mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-24 12:41:05 +00:00
Updated Typical Git Workflow (markdown)
parent
beb3aeebd7
commit
5474a17a4b
@ -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
|
* GitHub fork the project
|
||||||
* Clone your GitHub fork locally
|
* Clone your GitHub fork locally
|
||||||
* `git clone https://github.com/your-username/citra.git`
|
* `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
|
* Set your `upstream` to the main project repository
|
||||||
* `git remote add upstream https://github.com/citra-emu/citra.git`
|
* `git remote add upstream https://github.com/citra-emu/citra.git`
|
||||||
* Set your Git identity configuration
|
* Set your Git identity configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user