In my new PC, I have both SSD and hard disk. My guess is that it would be a luxury to waste SSD storage space for my old files. How can I redirect a git init
to use my hard disk for storage?
Asked
Active
Viewed 24 times
0

dejanualex
- 3,872
- 6
- 22
- 37

katang
- 2,474
- 5
- 24
- 48
-
Yes, I think so. Futhermore, I think option --separate-git-dir should be added to the help. – katang Feb 05 '21 at 18:04
-
1I *do* see that option when I run `git init -h`, and on https://git-scm.com/docs/git-init. – jonrsharpe Feb 05 '21 at 18:07
-
Well, I was not sure what "git init" makes, with "-h" – katang Feb 05 '21 at 18:26