Skip to content

Instantly share code, notes, and snippets.

@seb86
Created June 20, 2017 14:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seb86/ab823d175ff0f278fd8ee9eed8585788 to your computer and use it in GitHub Desktop.
Save seb86/ab823d175ff0f278fd8ee9eed8585788 to your computer and use it in GitHub Desktop.
Sets up your local repository .gitconfig file.
#!/bin/sh
set -e
git config --local include.path ../.gitconfig
echo "Your local .gitconfig is now setup!"
exit 1;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment