Skip to content

Instantly share code, notes, and snippets.

@gotar
Created November 6, 2012 12:32
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 gotar/4024365 to your computer and use it in GitHub Desktop.
Save gotar/4024365 to your computer and use it in GitHub Desktop.
[user]
name = Imie Nazwisko
email = email@example.com
[alias]
br = branch
co = checkout
ci = commit
df = diff
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
lgp = log -p
st = status
sts = status --short
[color]
branch = auto
diff = auto
status = auto
[color]
ui = true
[core]
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment