Changes between Version 61 and Version 62 of HowToGit


Ignore:
Timestamp:
Jun 16, 2019, 11:49:49 AM (5 years ago)
Author:
neteler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v61 v62  
    220220git checkout releasebranch_7_6
    221221
    222 # first update local repo
     222# Note: only needed if you have your fork as "origin"
     223# update local repo
    223224git pull origin releasebranch_7_6 --rebase
    224225