PCSX2 Documentation/Git Survival Guide: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 56: Line 56:
* Unstage: <code>git reset HEAD --</code>
* Unstage: <code>git reset HEAD --</code>


At this stage of operation, you have all your changes in the local file but nothing is ready to be committed.  
'''At this stage of operation, you have all your changes in the local file but nothing is ready to be committed.'''


''Repeat the 2 next commands for each new commit that you want to create''
Repeat the 2 next commands for each new commit that you want to create
* staged your change with dynamic selection: <code>git add/rm -p <file></code>
* staged your change with dynamic selection: <code>git add/rm -p <file></code>
* commit your change: <code>git commit</code>
* commit your change: <code>git commit</code>
ninja
782

edits

Navigation menu