Updated Typical Git Workflow (markdown)
parent
f7b8878759
commit
0eb49256cf
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
This is a guide to a typical Git workflow with Citra. It covers forking from the main repository, creating a branch, keeping your branch up to date with the main repository, resolving conflicts, and merging back into the main repository. It's not meant to be a hard-and-fast set of rules. However, if you following something along these lines, you'll be less likely to piss people off.
|
||||||
|
|
||||||
**Terminology**
|
**Terminology**
|
||||||
* `upstream`: Main project repository (https://github.com/citra-emu/citra)
|
* `upstream`: Main project repository (https://github.com/citra-emu/citra)
|
||||||
* `origin`: Your GitHub forked project repository (e.g. https://github.com/bunnei/citra)
|
* `origin`: Your GitHub forked project repository (e.g. https://github.com/bunnei/citra)
|
||||||
|
|
Loading…
Reference in a new issue