Changes between Version 59 and Version 60 of HowToGit


Ignore:
Timestamp:
06/15/19 08:21:21 (6 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v59 v60  
    212212git log
    213213
     214# update to fetch the commit to be backported
     215git fetch --all --prune
     216
    214217# switch to branch
    215218git checkout releasebranch_7_6