Skip to content

Instantly share code, notes, and snippets.

@nandanmen
Last active May 13, 2020 20:53
Show Gist options
  • Save nandanmen/801c40684896cd138108d9d943c25906 to your computer and use it in GitHub Desktop.
Save nandanmen/801c40684896cd138108d9d943c25906 to your computer and use it in GitHub Desktop.
git checkout tyde
git pull
git checkout -b <tyde-feature-branch>
git cherry-pick <first-commmit-of-feature-branch>
git cherry-pick `git rev-list --reverse --no-merges --first-parent <first-commmit-of-feature-branch>..<feature-branch>`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment