2011年1月24日 星期一

使用git add 一次增加很多新增的檔案

一般用git control source code
可以使用git add filename
一次一個將source code加到git index中

如果你一次增加許多files
你可以使用git add .
來一次把所有的檔案加入到index

or
git add -i  (使用互動方式增加檔案)


*** Commands ***
  1: status  2: update  3: revert  4: add untracked
  5: patch  6: diff  7: quit  8: help

1顯示目前狀態
3移除檔案



Reference:
http://wildjcrt.pixnet.net/blog/post/26510201

透過Facebook分享

沒有留言: