更新 版本仓库.md
This commit is contained in:
parent
42bf6b9f83
commit
6f61731ed6
6
版本仓库.md
6
版本仓库.md
|
@ -134,6 +134,12 @@ git config --global 参数
|
|||
# pull默认主分支
|
||||
[root@xingdian-git ~]# git push
|
||||
# push默认主分支 ...
|
||||
添加远程仓库:
|
||||
git remote add origin git@github.com:lumingfeiai/oneterm.git
|
||||
修改远程仓库 URL:
|
||||
git remote set-url origin git@github.com:lumingfeiai/oneterm.git
|
||||
确认远程仓库 URL:
|
||||
git remote -v
|
||||
```
|
||||
|
||||
#### 4.Git使用
|
||||
|
|
Loading…
Reference in New Issue