Skip to content

Instantly share code, notes, and snippets.

@so-jelly
Last active May 30, 2019 15:23
Show Gist options
  • Save so-jelly/f47f31ba1bc4e0d070d4836fec55789b to your computer and use it in GitHub Desktop.
Save so-jelly/f47f31ba1bc4e0d070d4836fec55789b to your computer and use it in GitHub Desktop.
get commits from tags to clipboard
git fetch upstream --tags
git log '1.0.0.1'..'01.00.01.01' --oneline --no-merges --relative-date | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment