-
Notifications
You must be signed in to change notification settings - Fork 107
feat: support bare repos #93
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Feature Description
Before checking for a
.gitdirectory, use the value of$GIT_DIRUse Case
This is useful for people who like to use separate version control on files that exist in the same place. We move/rename
.gitto a separate place, and thenexport GIT_DIR=/path/to/gitdir, or rungitcommands with the--git-dir=/path/to/gitdirflag.Proposed Implementation
None.
Alternatives
I guess a flag would work too, or both.
Ps: gitlogue is cool. Thank you for making it.