Skip to content

Instantly share code, notes, and snippets.

@SteveBarnes-BH
Created September 23, 2021 07:21
Show Gist options
  • Save SteveBarnes-BH/7a489e997490e9bd23a9f0add96ef11b to your computer and use it in GitHub Desktop.
Save SteveBarnes-BH/7a489e997490e9bd23a9f0add96ef11b to your computer and use it in GitHub Desktop.
Set some handy aliases for git
git config --global alias.ahead "log --stat @{u}.."
git config --global alias.behind "log --stat ..@{u}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment