Reputation: 1252
So I want to rename a (parent) folder on my laptop without disrupting the GitHub links between files & folders in this folder.
Is there anything special I need to do? Thanks ahead!
Upvotes: 0
Views: 87
Reputation: 3144
No, each git repository has a .git
folder where everything git related is stored. Git only knows about files in that same folder and each one below that.
Possible duplicate: How to rename git root folder?
Upvotes: 2