1. 修改檔案內容
2. git add -f .
3. git status
4. git commit (把修改commit 到local)
5. git push(真正把修改過得內容,丟上server)
=====================================================
- git log -p # 將所有 log 和修改過得檔案內容列出
- git log --stat --summary # 查每個版本間的更動檔案和行數
轉載 http://blog.longwin.com.tw/2009/05/git-learn-initial-command-2009/