Created Updating an imported repository via git commands (markdown)

PatrickvL 2018-04-12 12:51:15 +02:00
parent a45f064390
commit 0adf1be224
1 changed files with 13 additions and 0 deletions

@ -0,0 +1,13 @@
Luke summarized it to this :
> git remote add upstream https://github.com/crosire/d3d8to9
> git fetch upstream
> git rebase upstream/master
> git push -f
> Now our own submodule fork is updated to upstream with our own cxbx-r changes
> then in the Cxbx-Reloaded root
> git add import/d3d8to9
> then git commit and git push as normal