Skip to content

Instantly share code, notes, and snippets.

@ryan-williams
Created September 24, 2025 17:27
Show Gist options
  • Save ryan-williams/24e03cd8225dac69e3b58738b0fea2bb to your computer and use it in GitHub Desktop.
Save ryan-williams/24e03cd8225dac69e3b58738b0fea2bb to your computer and use it in GitHub Desktop.
ryan-williams/git-helpers#104 (issue) - 2-way sync via github-pr.py (ryan-williams/git-helpers)

ryan-williams/git-helpers#104 'add-global-file' is not a git command

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...

> . .git-rc
expansion of alias 'add-global-config-file' failed; 'add-global-file' is not a git command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment