Last active
May 13, 2020 20:53
-
-
Save nandanmen/801c40684896cd138108d9d943c25906 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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