PCSX2 Documentation/Git Survival Guide: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 17: Line 17:


===Stash or how to save your precious work===
===Stash or how to save your precious work===
Stash is very useful. For example, your will use it before/after (push/pop) merge/rebase action  
Stash is very useful. For example, you will use it before/after (push/pop) merge/rebase action  
* Push pending update on the stack: <code>git stash</code>
* Push pending update on the stack: <code>git stash</code>
* Get back your update: <code>git stash pop</code>
* Get back your update: <code>git stash pop</code>
Line 64: Line 64:
Once you have finished to split your commit:
Once you have finished to split your commit:
* finish the rebase: <code>git rebase --continue</code>
* finish the rebase: <code>git rebase --continue</code>
{{PCSX2 Documentation Navbox}}
ninja
782

edits

Navigation menu