We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I took this for a spin and encountered an issue with what I'm guessing is an unported script...
> . .git-rc git: 'add-global-config-file' is not a git command. See 'git --help'.
I dug into this a bit and ended up provisionally including the config/.gitconfig into my ~/.gitconfig by hand. Then...
config/.gitconfig
~/.gitconfig
> . .git-rc expansion of alias 'add-global-config-file' failed; 'add-global-file' is not a git command
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I took this for a spin and encountered an issue with what I'm guessing is an unported script...
I dug into this a bit and ended up provisionally including the
config/.gitconfig
into my~/.gitconfig
by hand. Then...The text was updated successfully, but these errors were encountered: