Changes between Version 32 and Version 33 of CollaborateOnGithub
- Timestamp:
- Jan 12, 2010, 10:22:05 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v32 v33 85 85 {{{ 86 86 git checkout -b ticket1234 master 87 }}} 88 1. Alternatively, if the remote branch already exists, create a corresponding local branch: 89 {{{ 90 git checkout -b ticket1234 origin/ticket1234 87 91 }}} 88 92 1. Change files, commit often