📌  相关文章
📜  如何检查我们在 git 中的哪个分支 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:18.041000             🧑  作者: Mango

代码示例1
git branch -a # it will show an astrick * like *master
git branch --show-current # source == git remote --help