Skip to content

Instantly share code, notes, and snippets.

@tilap
Last active August 29, 2015 14:06
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 tilap/068e8d76376eb68b2f44 to your computer and use it in GitHub Desktop.
Save tilap/068e8d76376eb68b2f44 to your computer and use it in GitHub Desktop.
gith: a bashrc alias to get quick repo statement overview
alias gith='echo "=== Remote ===" && git remote -v && echo "" && echo "=== Branch ===" && git branch -v && echo "" && echo "=== Latest commits ===" && git log --pretty="%cr (%cn) %s" -n 15 --date=relative'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment