What happens if I move a local Git repo that has already been pushed? -


suppose have local git repo has been pushed remote repository. happens if move local repo local directory?

absolutely nothing. remote still tracked, , still work.

you can safely move git-tracked directories (as long .git directory inside moves along else)


Comments

Popular posts from this blog

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -