parent
0834154566
commit
1ef43b4689
|
@ -168,6 +168,12 @@ git branch -a
|
|||
git checkout <branch>
|
||||
```
|
||||
|
||||
使用以下命令修改分支名称:
|
||||
|
||||
```bash
|
||||
git branch -m <old name> <new name>
|
||||
```
|
||||
|
||||
推送本地指定分支到远程指定分支,如果远程分支不存在则创建:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue