Skip to content

Instantly share code, notes, and snippets.

@codeepic
Last active July 31, 2019 09:55
Show Gist options
  • Save codeepic/6745cb48211f8d0d60abb5a58467cb20 to your computer and use it in GitHub Desktop.
Save codeepic/6745cb48211f8d0d60abb5a58467cb20 to your computer and use it in GitHub Desktop.
[user]
email = ksaweryglab@gmail.com
name = codeepic
[alias]
a = add --all
s = status
c = commit -m
ca = commit --amend
co = checkout
p = push
ai = add -i
b = branch
shorty = status --short --branch
grog = log --graph --abbrev-commit --decorate --all --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(dim white) - %an%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n %C(white)%s%C(reset)'
sl = shortlog -s -n --all --no-merges
lo = log --oneline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment