Skip to content

Instantly share code, notes, and snippets.

@tilap
Created October 27, 2014 08:14
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/76c8f85e4fd23858b477 to your computer and use it in GitHub Desktop.
Save tilap/76c8f85e4fd23858b477 to your computer and use it in GitHub Desktop.
Alias bash git 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