Skip to content

Instantly share code, notes, and snippets.

@mojoaxel
Created March 3, 2023 11:16
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 mojoaxel/e02a382c8a46120835402c31c3607574 to your computer and use it in GitHub Desktop.
Save mojoaxel/e02a382c8a46120835402c31c3607574 to your computer and use it in GitHub Desktop.
Git Cheetsheet

Disable pager for git log

git config --global pager.log false

Create shortcut git last to show last 5 commits

git config --global alias.last 'log --decorate=no --pretty=oneline -n5'

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