Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created August 2, 2012 18:27
Show Gist options
  • Save hubgit/3239427 to your computer and use it in GitHub Desktop.
Save hubgit/3239427 to your computer and use it in GitHub Desktop.
Git config
#!/bin/bash
git config --global "Your Name"
git config --global "[email protected]"
git config --global core.excludesfile ~/.gitignore_global
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment