Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package/scripts/postinstall: avoid writing to
~/.gitconfig
In this attempt we pretend that the "global" configs are in the repository itself. $ XDG_CONFIG_HOME= HOME=$PWD git config --global section.key value $ XDG_CONFIG_HOME= HOME=$PWD git config --global section.key value $ git config --global section.key $ cat $PWD/.gitconfig [section] key = value
- Loading branch information