parent
5d064c4360
commit
73bf5aacbf
@ -0,0 +1,18 @@
|
|||||||
|
git命令
|
||||||
|
|
||||||
|
// 加入暂存区
|
||||||
|
git add filename.format
|
||||||
|
// 所有文件
|
||||||
|
git add .
|
||||||
|
|
||||||
|
// 提交至仓库
|
||||||
|
git commit -m "备注"
|
||||||
|
|
||||||
|
// 获取分支
|
||||||
|
git brance
|
||||||
|
|
||||||
|
// 创建分支
|
||||||
|
Switched to a new branch 'develop'
|
||||||
|
|
||||||
|
// 切换分支
|
||||||
|
git checkout master
|
Loading…
Reference in new issue