git 相关的操作

    xiaoxiao2021-04-16  55

    1. git auto sync from the origin and remove any remote-tracking branchs  which no longer exist in the remote

    git fetch -prune    or git pull -prune

    2. what the different between git pull and git fetch?

    git pull = do git fetch and fellowed  do git merge.

    git fetch just update the remote-tracking in your local. do not merge.

    转载请注明原文地址: https://ju.6miu.com/read-672187.html

    最新回复(0)