Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

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


Ignore:
Timestamp:
03/04/12 04:12:08 (12 years ago)
Author:
Gedare
Comment:

/* Committing */

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Git/Committers

    v7 v8  
    162162# git checkout -b somebranch upstream/master
    163163# patch .. git add/rm/etc
     164# git commit ...
    164165# git fetch upstream
    165166# git rebase upstream/master