Skip to content
  • Duy Nguyen's avatar
    doc: promote "git switch" · 328c6cb8
    Duy Nguyen authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    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.
    
    Signed-off-by: default avatarNguyễn Thái Ngọc Duy <pclouds@gmail.com>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    328c6cb8