From 0adf1be2243a8f2f968b229e2f9ecc82f401b2aa Mon Sep 17 00:00:00 2001 From: PatrickvL Date: Thu, 12 Apr 2018 12:51:15 +0200 Subject: [PATCH] Created Updating an imported repository via git commands (markdown) --- Updating-an-imported-repository-via-git-commands.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Updating-an-imported-repository-via-git-commands.md 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