There's something I don't understand about how git manages files when changing branches:
When I run
git branch xxx
What does happen to the existing physical files? Are they being moved? Deleted? Stored in a DB? Do git involve a filesystem magic?
|
There's something I don't understand about how git manages files when changing branches: When I run
What does happen to the existing physical files? Are they being moved? Deleted? Stored in a DB? Do git involve a filesystem magic? |
||||
|
|
When you run When you run Remember that every time you commit, Git stores the "master copy" of all commited files in the |
|||
|
|