smartgit 密钥过期

2026-04-16 01:12:10

smartgit 密钥过期

windows+R:输入%APPDATA%\syntevo\SmartGit\查找,或直接输入地址在文件夹栏输入

17文件夹里找 settings.xml 删除

查看分支:git branch

创建分支:git branch <name>

切换分支:git checkout <name>

创建和切换分支:git checkout -b <name>

合并其它分支到当前分支:git merge <name>

删除分支:git branch -d <name>

猜你喜欢