Changes between Version 27 and Version 28 of CollaborateOnGithub
- Timestamp:
- Oct 8, 2009, 5:34:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CollaborateOnGithub
v27 v28 159 159 You can reset `master` to a one-to-one copy of `upstream` as follows: 160 160 {{{ 161 git checkout master 161 162 git reset --hard upstream/master 162 163 git push --force … … 164 165 165 166 ==== On a branch ==== 167 168 Switch to the branch 169 {{{ 170 git checkout ticket1234 171 }}} 166 172 167 173 You can manually remove or glue commits together with