git status (展示目前狀態)
git branch 分支名 (創建新分支)
git log --oneline --graph --all (檢查各提交間的關聯)
git checkout 分支名 (轉換分支)
git merge 分支名 (合併分支)
git log (查看版次)