# 2.3-工作目錄、加入索引、提交版本流程介紹 ###### tags: `Git` <style> .blue{ color:blue; } .red{ color:red; } </style> ### <p class='blue'>2.建立工作目錄 Working directory</p> ### <p class='blue'>3.建立索引 staging area</p> ### <p class='blue'>4.在到本地數據庫 Rocal Repository</p> 工作目錄-->索引 <span class='red'>add</span> 索引-->本地數據庫 <span class='red'>commit</span> <P claa='mb-3'>可以在github的commit上看到修改紀錄 </P> ![](https://i.imgur.com/xLKktaF.jpg)