Changes between Version 38 and Version 39 of GitForDarcsUsers
- Timestamp:
- 06/01/11 06:23:28 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitForDarcsUsers
v38 v39 71 71 to end up with 72 72 {{{ 73 o---o---o---o---o---x---x---x---x <-- master 73 /- master 74 o---o---o---o---o---x---x---x---x <-- feature1 75 }}} 76 To include the patches in master: 77 {{{ 78 git checkout master 79 git reset --hard feature1 80 }}} 81 {{{ 82 o---o---o---o---o---x---x---x---x <-- {master, feature1} 74 83 }}} 75 84
