Git的命令操作
Git文档
Git文档:https://git-scm.com/book/zh/v2
Git Tag标签命令
Git打Tag相关操作:https://www.jianshu.com/p/dab7da2a0721
Git拉取远程仓库
git 拉取指定的远程分支(三种方式):https://www.cnblogs.com/ants_double/p/11088882.html
Git新建本地分支:https://www.cnblogs.com/tid-think/p/11065365.html
git---主分支同步到子分支:https://www.cnblogs.com/e0yu/p/10846036.html
本地仓库和远程仓库关联:https://www.cnblogs.com/gjths/p/13627520.html
本地项目变成Git远程项目
关于GIT怎么将本地仓库和远程仓库进行关联:https://blog.csdn.net/MAMAIMAI/article/details/89712816
(第一次使用git push -u 中-u相当于--set-upstream,设置默认的远程仓库)
git同步代码至多个git仓库
git同步代码至github和gitee(码云):https://www.jianshu.com/p/d00c36ed1a03
Git项目提交时的问题
解决pre-commit hook failed (add --no-verify to bypass)的问题:https://www.cnblogs.com/victoria-csl/p/10749342.html
修改Git已提交的说明信息
修改Git提交说明信息:https://blog.csdn.net/weixin_41382187/article/details/97106566