Changes between Version 68 and Version 69 of HowToGit


Ignore:
Timestamp:
Aug 6, 2019, 12:43:28 PM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v68 v69  
    244244git push upstream releasebranch_7_8
    245245}}}
    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
    251247
    252248=== Made a mess? Fix it ===