Timeline for Git init in wrong directory? How to recover? (theoretical situation)
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 16, 2019 at 14:12 | comment | added | 0xSheepdog | Yes, the nice thing about Git (as I understand it) is all of the files managed by it (for the current working branch) are just regular files on the filesystem. Git itself doesn't go anything but track files and metadata about them as well as the same for files in all of the other branches for that repository. It only actively changes those files when you switch between branches. | |
| Apr 16, 2019 at 13:34 | vote | accept | K4R1 | ||
| Apr 16, 2019 at 13:34 | comment | added | K4R1 | Figured as much. Makes sense since there are no other directories connected to git. (outside of git install directory) | |
| Apr 16, 2019 at 13:10 | history | answered | Stephen Kitt | CC BY-SA 4.0 |