删除本地分支
$ git branch -d
1 2 3 4 5 checkout 一个标签 git checkout v5。2。2 将 checkout 的标签的分支保存到本地分支中 git switch -c local
1 2 3 4 5
checkout 一个标签 git checkout v5。2。2 将 checkout 的标签的分支保存到本地分支中 git switch -c local
git tag https://blog.csdn.net/lovedingd/article/details/127568704 git ls-remote –tags origin git tag //显示默认列表 git tag -l git tag -n //显示tag列表,并显示描述信息 git ls-remote –tags origin //查看远程所有tag git c...
编辑 ~/.git/config 文件 [core] repositoryformatversion = 0 filemode = true bare = false logallrefupdates = true editor = vim [remote “origin”] url = https://github.com/Og192/Cpp fetch = +re...
用现有的代码创建本地branch git branch local——branchbranch git remote add git@github.com:quzhengpeng/quzhengpeng.github.io.git git remote show origin https://cloud.tencent.com/developer/news/576613 git ...
Git修改默认编辑器
Tag
发现新版本的内容。