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

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -