Skip to content

Instantly share code, notes, and snippets.

@asafjaffi
Created November 26, 2013 07:36
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 asafjaffi/7654665 to your computer and use it in GitHub Desktop.
Save asafjaffi/7654665 to your computer and use it in GitHub Desktop.
Git config + aliases
[user]
name = <>
email = <>
[http]
sslCert = <>
[alias]
s = status
a = add
f = fetch
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
ci = commit -s
co = checkout
br = branch
dc = diff --cached
[color]
ui = auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment