Changes between Version 12 and Version 13 of DeveloperGuidelines/Git


Ignore:
Timestamp:
12/22/11 19:58:11 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Git

    v12 v13  
    3939cd <mybranch>
    4040# Update your working directory with latest code from Trunk
    41 git checkout master
    42 git pull
     41git pull upstream master
    4342git checkout -b <mystory>
    4443git commit -am "My Story"