Git常用命令
1、查询当前仓库分支名称
git branch | grep "*"
2、git修改提交用户名
git config --global --replace-all user.name "xx"
标签:git,grep,--,Git,branch,常用命令
From: https://www.cnblogs.com/lxianq/p/17442204.html
git branch | grep "*"
git config --global --replace-all user.name "xx"
标签:git,grep,--,Git,branch,常用命令
From: https://www.cnblogs.com/lxianq/p/17442204.html