Skip to content

Instantly share code, notes, and snippets.

@ademar111190
Created June 2, 2022 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ademar111190/40809ce94787983d84798854e1542e26 to your computer and use it in GitHub Desktop.
Save ademar111190/40809ce94787983d84798854e1542e26 to your computer and use it in GitHub Desktop.
Cherry pick the last commit from buildable branch
git --no-pager log -n 1 buildable --pretty=format:"%H" | xargs git cherry-pick $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment