Changes between Version 12 and Version 13 of DeveloperGuidelines/Git
- Timestamp:
- 12/22/11 19:58:11 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v12 v13 39 39 cd <mybranch> 40 40 # Update your working directory with latest code from Trunk 41 git checkout master 42 git pull 41 git pull upstream master 43 42 git checkout -b <mystory> 44 43 git commit -am "My Story"