Skip to content
  • Duy Nguyen's avatar
    doc: promote "git switch" · 5a921aa0
    Duy Nguyen authored
    The new command "git switch" is added to avoid the confusion of
    one-command-do-all "git checkout" for new users. They are also helpful
    to avoid ambiguation context.
    
    For these reasons, promote it everywhere possible. This includes
    documentation, suggestions/advice from other commands...
    
    The "Checking out files" progress line in unpack-trees.c is also updated
    to "Updating files" to be neutral to both git-checkout and git-switch.
    5a921aa0