Created Updating an imported repository via git commands (markdown)
parent
a45f064390
commit
0adf1be224
|
@ -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
|
Loading…
Reference in New Issue