Skip to content

Instantly share code, notes, and snippets.

@palesz
Last active December 17, 2015 03:59
Show Gist options
  • Save palesz/5547308 to your computer and use it in GitHub Desktop.
Save palesz/5547308 to your computer and use it in GitHub Desktop.
gitconfig
[alias]
lg = log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
fo = fetch origin
co = commit
po = push origin
pfo = push --force origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment