PCSX2 Documentation/Git Survival Guide: Difference between revisions

no edit summary
No edit summary
Line 1: Line 1:
There are a lots of guides/docs on internet but they are too big and confusing. You will find here a mini guide to use git with a minimal number of commands and parameters. You won't find any details or explications of git's internal mechanisms here.
There are a lots of guides/docs on internet but they are too big and confusing. You will find here a mini guide to use git with a minimal number of commands and parameters. You won't find any details or explications of git's internal mechanisms here.
=Git Guide=


==Remote Transfer or how to communicate with the world==
==Remote Transfer or how to communicate with the world==
Line 35: Line 37:
* Set the base reference of the branch (for rebase): git branch --set-upstream-to=<code><remote><branch_name></code>
* Set the base reference of the branch (for rebase): git branch --set-upstream-to=<code><remote><branch_name></code>


# Git use case example
=Git use case example=


==Branch management==
==Branch management==
ninja
782

edits