We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17efd2 commit db21f3dCopy full SHA for db21f3d
git通常用法.md
@@ -3,6 +3,10 @@
3
[git 可视化游戏](https://learngitbranching.js.org/)
4
`vim ~/.gitconfig` Git 全局配置
5
6
+##### 仓库
7
+
8
+- `git remote set-url --add origin 新的git地址` 一个项目push到多个git仓库, 这个命令用来添加新地址
9
10
##### 提交
11
12
- `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