Skip to content

Instantly share code, notes, and snippets.

@petercamfield
Created August 17, 2017 14:51
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 petercamfield/73e6b672e17886a0928254d8f297d452 to your computer and use it in GitHub Desktop.
Save petercamfield/73e6b672e17886a0928254d8f297d452 to your computer and use it in GitHub Desktop.
Useful git aliases
alias gh='history | grep "\sgit\s" | tail'
alias gs='git status'
alias gl="git log --pretty=format:'%C(yellow)%h %C(blue)%>(12,trunc)%ar %C(magenta)%<(15,trunc)%aN %Creset%s' -10"
@petercamfield
Copy link
Author

Screenshot
git-alias

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment