Changes between Version 9 and Version 10 of DeveloperGuidelines/Git


Ignore:
Timestamp:
12/21/11 15:25:09 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v9 v10  
    3030cd <mybranch>
    3131git add .
    32 git commit -a
     32git commit -am "Initial Git version of My branch"
    3333git push -u origin master
    3434git remote add upstream git://github.com/flavour/eden.git