Skip to content

Instantly share code, notes, and snippets.

@craig-davis
Created August 27, 2021 15:47
Show Gist options
  • Save craig-davis/8d72637acb524c89e7c602e2e7751af2 to your computer and use it in GitHub Desktop.
Save craig-davis/8d72637acb524c89e7c602e2e7751af2 to your computer and use it in GitHub Desktop.
Copy the latest commit hash to the clipboard on OSX
# Copy the latest hash to the clipboard
latest = log --pretty=format:'%H' -n1
h = !git latest && git latest | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment