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

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -