Skip to content

chairmanp/steal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

If you've accidentally pulled this repo, be sure to git reset --hard HEAD~1 and pull from the new origin: git://github.com/bitovi/steal.git

If you've cloned this repo, update your remote:

  • git remote rm origin
  • git remote add origin git://github.com/bitovi/steal.git

If you've forked, update your upstream remote:

  • git remote rm upstream
  • git remote add upstream git://github.com/bitovi/steal.git

If you are using this repository as a submodule

  • Edit your .gitmodules and change the submodule path to git://github.com/bitovi/steal.git
  • git sync