typora/daliy_note/10.29/git.md
2024-12-12 10:48:55 +08:00

7 lines
70 B
Markdown

### git 获取当前分支名
```bash
git branch --show-current
```