Skip to content

Instantly share code, notes, and snippets.

@phalkunz
Last active September 3, 2019 11:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save phalkunz/e01810b2f4ed123764fa60527a86ac3c to your computer and use it in GitHub Desktop.
Save phalkunz/e01810b2f4ed123764fa60527a86ac3c to your computer and use it in GitHub Desktop.
Get latest git checkout
history | grep -e "\d\+\s\+git checkout [^-.]\+" | awk '{ print $NF }' | tail -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment