Skip to content

Commit db21f3d

Browse files
committed
push 到多个仓库
1 parent e17efd2 commit db21f3d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

git通常用法.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
[git 可视化游戏](https://learngitbranching.js.org/)
44
`vim ~/.gitconfig` Git 全局配置
55

6+
##### 仓库
7+
8+
- `git remote set-url --add origin 新的git地址` 一个项目push到多个git仓库, 这个命令用来添加新地址
9+
610
##### 提交
711

812
- `git add -i` [交互式暂存](https://git-scm.com/book/zh/v2/Git-%E5%B7%A5%E5%85%B7-%E4%BA%A4%E4%BA%92%E5%BC%8F%E6%9A%82%E5%AD%98)

0 commit comments

Comments
 (0)