Skip to content

Instantly share code, notes, and snippets.

@hrs113355
Created September 1, 2015 03:51
Show Gist options
  • Save hrs113355/fe6c3e1c01574c003817 to your computer and use it in GitHub Desktop.
Save hrs113355/fe6c3e1c01574c003817 to your computer and use it in GitHub Desktop.
#!/bin/ruby
raw = `git log | head -n 1`
git_strings = raw.split(' ')
p git_strings[1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment