Skip to content

Instantly share code, notes, and snippets.

@jfpdazey
Created November 13, 2015 18: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 jfpdazey/97e8cc4420f32303cffd to your computer and use it in GitHub Desktop.
Save jfpdazey/97e8cc4420f32303cffd to your computer and use it in GitHub Desktop.
#!/bin/bash
git config --global alias.tree "log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %C(bold blue)<%an>%Creset' --graph --color --all --decorate" &&
git config --global alias.st status &&
git config --global alias.co checkout &&
git config --global alias.rekt 'commit --amend'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment