Moving entire git repo directory -
if have git repo on windows @ c:\mydir\myrepo can move entire myrepo directory d:\blah\myrepo?
i'm assuming myrepo\.git configuration directory relative parent can move entire directory without issues.
short answer: yes. if move entire directory, including it's .git folder, git continue functioning on project , you'd able continue working without issue.
Comments
Post a Comment