Created
September 28, 2020 09:28
-
-
Save Adobels/f8792ebaf7a99f142114a369720d9035 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
Update git fork with tags | |
# Repo: someuser/myframework | |
# Fork: superteam/myframework | |
# Track: | |
git clone https://github.com/superteam/myframework.git | |
cd myframework | |
git remote add upstream https://github.com/someuser/myframework.git | |
# Update: | |
git fetch upstream | |
git rebase upstream/master | |
git push | |
git push --tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment