Portable Gitconfigure setup. Sensible aliases and Linux/Windows/Mac support. Not good enough autocompletion support yet.
MAKE SURE YOU GENERATE AN SSH KEY ON THE NEW MACHINE AND ADD IT TO GITHUB SETTINGS
mkdir -p ~/.local/share/gitconfigure && \
cd ~/.local/share/gitconfigure && \
git clone https://github.com/pandruszkow/gitconfigure.git . && \
./install.sh && \
echo "Installation done for .gitconfigure on $(date -Iseconds)"MAKE SURE YOU GENERATE AN SSH KEY ON THE NEW MACHINE AND ADD IT TO GITHUB SETTINGS
- Install Git
- Check out this repository to
.local/share/gitconfigandcdto that - Run
./install.sh - When the editor is opened, update contents of
.gitconfig.localto reflect your Git identity on this particular machine/account. This file is added to .gitignore so that your local details will not be a part of any subsequent changes you may want to make to your.gitconfig.
