Skip to content

Instantly share code, notes, and snippets.

@nddipiazza
Last active January 4, 2019 21:05
Show Gist options
  • Select an option

  • Save nddipiazza/1ad2ef9c064d35b20b4f6963aeced530 to your computer and use it in GitHub Desktop.

Select an option

Save nddipiazza/1ad2ef9c064d35b20b4f6963aeced530 to your computer and use it in GitHub Desktop.
git config --global alias.recent "for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'"
git config --global alias.co checkout
git config --global alias.br branch
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.cp cherry-pick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment