From 5474a17a4b308083404b2983f5f5ae07318484dc Mon Sep 17 00:00:00 2001 From: bunnei Date: Fri, 12 Dec 2014 19:46:19 -0800 Subject: [PATCH] Updated Typical Git Workflow (markdown) --- Typical-Git-Workflow.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Typical-Git-Workflow.md b/Typical-Git-Workflow.md index 8c0baa7..bdbddca 100644 --- a/Typical-Git-Workflow.md +++ b/Typical-Git-Workflow.md @@ -10,6 +10,8 @@ It's appreciated if every single commit in a branch on its own compiles on all s * GitHub fork the project * Clone your GitHub fork locally * `git clone https://github.com/your-username/citra.git` +* Grab the submodules + * `git submodule update --init --recursive` * Set your `upstream` to the main project repository * `git remote add upstream https://github.com/citra-emu/citra.git` * Set your Git identity configuration