Changes between Version 68 and Version 69 of HowToGit
- Timestamp:
- 08/06/19 12:43:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToGit
v68 v69 244 244 git push upstream releasebranch_7_8 245 245 }}} 246 === Backporting of a merged pull request from master === 247 248 Same as "Backporting of single commits" but with multiple `git cherry-pick ...`. Importantly, in the right order. 249 250 TODO: there must be a better way!! 246 251 247 252 248 === Made a mess? Fix it ===