赞
踩
git clone https://github.com/didi/LogicFlow.git
git add .
git commit -m [message]
git pull
git push
git branch
git checkout <分支名>
git checkout -b <分支名>
注:
本地有未提交文件时,不能切换到其他分支,可使用git stash 将本地未提交内容先保存到暂存区,再切换到其他分支;当切回当前分支时,使用git stash pop恢复未提交内容
git stash
git stash pop
git push --set-upstream origin <分支名>
git merge <分支名>
1、使用git branch -D +分支名 删除本地分支
git branch -D <分支名>
2、使用git push origin --delete +分支名 删除远程分支
git push origin --delete <分支名>
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。