Skip to content

Commit

Permalink
Accept Merge Request Huxpro#5: (develop2 -> master)
Browse files Browse the repository at this point in the history
Merge Request: 增加git命令
Created By: @Fang
Accepted By: @Fang
URL: https://weijunfang.coding.net/p/blog2/d/blog2/git/merge/5
  • Loading branch information
10wjfang committed Apr 8, 2021
2 parents a734ab5 + 24ded1b commit 7645881
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _posts/2018-12-06-git-again.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ git branch //查看本地分支
git branch -r //查看远程分支
```

## 创建同时切换分支

```sh
git checkout -b dev
```

## 创建分支

```sh
Expand Down

0 comments on commit 7645881

Please sign in to comment.