更新 版本仓库.md

This commit is contained in:
tu 2024-07-11 15:50:04 +08:00
parent 42bf6b9f83
commit 6f61731ed6
1 changed files with 858 additions and 852 deletions

View File

@ -134,6 +134,12 @@ git config --global 参数
# pull默认主分支 # pull默认主分支
[root@xingdian-git ~]# git push [root@xingdian-git ~]# git push
# 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使用 #### 4.Git使用