Changes between Version 8 and Version 9 of Developer/Git/Committers


Ignore:
Timestamp:
03/06/12 21:26:51 (12 years ago)
Author:
Gedare
Comment:

/* Committing */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Committers

    v8 v9  
    163163# patch .. git add/rm/etc
    164164# git commit ...
    165 # git fetch upstream
    166 # git rebase upstream/master
     165# git pull upstream master
    167166# git push upstream somebranch:master
    168167}}}