git
# git
git 官网:https://git-scm.com/ (opens new window)
git 中文官方文档:https://git-scm.com/book/zh/v2 (opens new window)
git 下载地址:https://git-scm.com/downloads (opens new window)
git 练习网址:https://learngitbranching.js.org/ (opens new window)
# git 知识点
git 工作流
git 子模块
git 时光机穿梭
git 标签
Git 分支 - 变基
GitHub Actions
http://www.ruanyifeng.com/blog/2019/09/getting-started-with-github-actions.html (opens new window)
官方文档 https://help.github.com/en/actions (opens new window)
github-pages-deploy-action https://www.npmjs.com/package/github-pages-deploy-action (opens new window)
git subtree
git cherry-pick 一个 commit 应用于多个分支
# 学习教程
- git 最全文档
- 猴子都能看懂的 GIT 入门
- 权威 Git 书籍 progit
网址:https://www.progit.cn/ (opens new window) http://git.oschina.net/progit/ (opens new window)
# 其它 blog
- git 工作流总结
网址:http://www.ruanyifeng.com/blog/2015/12/git-workflow.html (opens new window)
- git 使用规范流程
网址:http://www.ruanyifeng.com/blog/2015/08/git-use-process.html (opens new window)
- 常用 git 命令清单
网址:http://www.ruanyifeng.com/blog/2015/12/git-cheat-sheet.html (opens new window)
- git 图解
网址:https://www.cnblogs.com/yaozhongxiao/p/3811130.html (opens new window)
- 深入浅出 git
网址:https://www.cnblogs.com/syp172654682/p/7689328.html (opens new window)