Skip to content

Commit

Permalink
docs: git
Browse files Browse the repository at this point in the history
  • Loading branch information
loongzhu committed Nov 29, 2023
1 parent 9f72fc4 commit 64be4a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions category/Git.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ This page is common commands and submission specifications about Git.
- `git log` 查看提交日志
- `git reflog` 查看所有操作日志
- `git branch` 查看分支
- `git branch -m <oldname> <newname>` 重命名分支
- `git checkout -b dev` 创建并切换到 dev 分支
- `git checkout master` 切换到 master 分支
- `git merge dev` 合并 dev 分支到当前分支
Expand Down

0 comments on commit 64be4a2

Please sign in to comment.