Changes between Version 90 and Version 91 of HowToGit


Ignore:
Timestamp:
May 6, 2020, 6:56:56 PM (4 years ago)
Author:
wenzeslaus
Comment:

You need to fetch from upstream. --prune is useful for deleting removed branches if any, maybe useful. --all does not work with repository name in Git 2.7.4.

Legend:

Unmodified
Added
Removed
Modified
  • HowToGit

    v90 v91  
    280280
    281281{{{
    282 git fetch --all --prune
     282git fetch upstream --prune
    283283}}}
    284284