# ## GIT 操作相关 * [开始使用 git](git/start.md) * [优雅的提交你的 Git Commit Message](https://zhuanlan.zhihu.com/p/34223150) * [Git 工作流程 - 阮一峰](http://www.ruanyifeng.com/blog/2015/12/git-workflow.html) 着重了解 “四、Gitlab flow” * [不要把配置文件放到你的 Git 代码仓库](https://www.oschina.net/translate/dont-include-configs-in-your-git-repos) * [使用 rebase 打造可读的 git graph](git/rebase.md) ## 前端相关 * [vue官方风格指南](https://cn.vuejs.org/style-guide/) * [vue-element-admin 风格指南](https://panjiachen.github.io/vue-element-admin-site/zh/guide/advanced/style-guide.html) ## 后端相关 * [实效Go编程](https://go-zh.org/doc/effective_go.html)