Git文档:https://git-scm.com/book/zh/v2
Git打Tag相关操作:https://www.jianshu.com/p/dab7da2a0721
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
关于GIT怎么将本地仓库和远程仓库进行关联:https://blog.csdn.net/MAMAIMAI/article/details/89712816
(第一次使用git push -u 中-u相当于--set-upstream,设置默认的远程仓库)
git同步代码至github和gitee(码云):https://www.jianshu.com/p/d00c36ed1a03
解决pre-commit hook failed (add --no-verify to bypass)的问题:https://www.cnblogs.com/victoria-csl/p/10749342.html
修改Git提交说明信息:https://blog.csdn.net/weixin_41382187/article/details/97106566
原文:https://www.cnblogs.com/myc-xiaochaochao/p/13853191.html