0

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!

Hugo y
  • 1,421
  • 10
  • 20
YCode
  • 1,192
  • 1
  • 12
  • 28

1 Answers1

2

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?

Community
  • 1
  • 1
marvinhagemeister
  • 2,801
  • 1
  • 22
  • 27