Changes between Version 30 and Version 31 of DeveloperGuidelines/Git
- Timestamp:
- 02/02/12 02:12:18 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGuidelines/Git
v30 v31 48 48 >>>>>>> "My Story" 49 49 }}} 50 You can correct these conflict in your code text editor, then continue the rebase:50 You can correct these conflict in your code text editor, then add them andcontinue the rebase: 51 51 {{{ 52 git add -u 52 53 git rebase --continue 53 54 }}}