Created
October 18, 2022 17:42
-
-
Save razbakov/00455dbf0331b0876baadecde5387671 to your computer and use it in GitHub Desktop.
This file contains 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 fetch --all | |
git push origin HEAD | |
WORK_BRANCH=`git rev-parse --abbrev-ref HEAD` | |
git checkout development | |
git rebase origin/development | |
git merge $WORK_BRANCH --no-edit | |
git push origin HEAD | |
git checkout $WORK_BRANCH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment