Skip to content

Instantly share code, notes, and snippets.

@amrutprabhu
Last active August 8, 2018 09:33
Show Gist options
  • Save amrutprabhu/bb9fe081bc26bdd3546e3631fc470de3 to your computer and use it in GitHub Desktop.
Save amrutprabhu/bb9fe081bc26bdd3546e3631fc470de3 to your computer and use it in GitHub Desktop.
Some git commands i found to be usefull
-- Show all stash entires
git stash show -p
-- `Show commit count on a branch`
git rev-list --count HEAD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment