Skip to content

Instantly share code, notes, and snippets.

@samuelsolis
Last active August 4, 2017 11:50
Show Gist options
  • Save samuelsolis/de89b57fb94e1da68d2b to your computer and use it in GitHub Desktop.
Save samuelsolis/de89b57fb94e1da68d2b to your computer and use it in GitHub Desktop.
Git alias
git config --global alias.st status
git config --global alias.logf 'log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat'
git config --global alias.ld 'log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=relative'
git config --global alias.logv 'log --graph --full-history --all --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
git config --global alias.logb 'log --graph --full-history --color --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment