第11章:stash

git stash

git stash list

git stash save -a "xxxx"

git stash pop

git stash pop --index stash@{0}

git stash apply --index stash@{0}

git stash drop

git stash drop --index stash@{0}

git stash clear

© kktoo.com 2019 all right reserved,powered by Gitbook该文件修订时间: 2020-10-20 11:08:19

results matching ""

    No results matching ""