...
Code Block |
---|
git pull --rebase upstream igb_8_3 |
- After fetching and merging the content from upstream, the final step is to push these changes back to your fork (assumed to be aliased as "origin" in this example)
Code Block |
---|
git push origin igb_8_3 |
...
Code Block |
---|
git pull --rebase upstream igb_8_3 |
Code Block |
---|
git push origin igb_8_3 |