typora/daliy_note/10.29/git.md

7 lines
70 B
Markdown
Raw Permalink Normal View History

2024-12-11 21:48:55 -05:00
### git 获取当前分支名
```bash
git branch --show-current
```