Add a command to store in different folder
Open
- Dominant language
- Python
- Stars
- 215
- Forks
- 95
- Avg merge
- 2h 17m
- Merged PRs (30d)
- 1
Description
Add a command to allow you to create the git folder in a different place than the default /home/user/.git
The reasoning is that some of the .git folders have other files in it that may conflict with the install such as secret files. Additionally, I may want to run multiple instances on the same computer.
A decent solution may be creating individual folders in the .git folder for each individual project. IE /home/user/.git/ctf1 /home/user/.git/ctf2 etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.