git工作笔记

来源:互联网 发布:淘宝历史宝贝精灵 编辑:程序博客网 时间:2024/05/08 08:44

git stash list

git stash pop stash@{0}

git checkout develop

git branch -a

git branch -d credit

git branch -r -d origin/credit

git push origin:credit

git branch -a

git branch credit

git checkout  credit

0 0