diff --git a/Updating-an-imported-repository-via-git-commands.md b/Updating-an-imported-repository-via-git-commands.md new file mode 100644 index 0000000..878e148 --- /dev/null +++ b/Updating-an-imported-repository-via-git-commands.md @@ -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 \ No newline at end of file