# Git 學習筆記

## Git 學習資源

- [如何寫一個 Git Commit Message](https://blog.louie.lu/2017/03/21/%E5%A6%82%E4%BD%95%E5%AF%AB%E4%B8%80%E5%80%8B-git-commit-message/)
- [Learn Git Branching!](https://learngitbranching.js.org/?locale=zh_TW)

## ProGit

這系列的筆記是閱讀 [ProGit](https://iissnan.com/progit/index.zh-tw.html) 之後紀錄下來的文章。

1. [Git FAQ](git_faq.md)
2. [Git 指令自動補齊](auto_complete.md)
3. [大型專案管理](large_project_management.md)
4. [實用設定](useful_setup.md)

```{toctree}
:hidden:
:maxdepth: 1

git_faq
auto_complete
large_project_management
useful_setup
```
