摘要:git切换分支git pull 拉取最新代码git branch -a 获取全部分支git status 获取当前分支代码状态 //含没提交的代码git add . 把代码添加到分支git commit -m <提交描述> 把代码提交到本地 //代码都提交了1. git checkout <分支名>
阅读全文
posted @ 2020-06-18 11:07
06 2020 档案
摘要:git切换分支git pull 拉取最新代码git branch -a 获取全部分支git status 获取当前分支代码状态 //含没提交的代码git add . 把代码添加到分支git commit -m <提交描述> 把代码提交到本地 //代码都提交了1. git checkout <分支名>
阅读全文
posted @ 2020-06-18 11:07
|
||