Skip to content

Instantly share code, notes, and snippets.

@sansumbrella
Created June 16, 2011 00:06
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 sansumbrella/1028434 to your computer and use it in GitHub Desktop.
Save sansumbrella/1028434 to your computer and use it in GitHub Desktop.
Some git config settings
[user]
name = David Wicks
email = youcanprobablyfindit@sansumbrella.com
[color]
branch = auto
status = auto
diff = auto
[alias]
st = status -sb
co = checkout
ci = commit
gl = log --oneline --decorate --stat --graph
prune-all = !git remote | xargs -n 1 git remote prune
# [core]
# excludesfile = ~/.gitignore
@sansumbrella
Copy link
Author

Some gitconfig settings.

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