Skip to content

Instantly share code, notes, and snippets.

@jiimaho
Created November 22, 2018 13:51
Show Gist options
  • Save jiimaho/75ec827a836c612649a4356166d0ec86 to your computer and use it in GitHub Desktop.
Save jiimaho/75ec827a836c612649a4356166d0ec86 to your computer and use it in GitHub Desktop.
[user]
email = a@b.com
name = Chuck Norris
[core]
editor = 'C:\\Program Files\\Sublime Text 3\\subl.exe' -w
[alias]
st = status
c = commit -v
ca = commit --amend
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
ld = log --pretty=format:"%C(yellow)%h\\ %C(green)%ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short --graph
ls = log --pretty=format:"%C(green)%h\\ %C(yellow)[%ad]%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment