Fedora 15安裝Git

在Fedora 15上安裝Git的指令:
 su yum install git

 git的使用
 使用手冊 http://schacon.github.com/git/user-manual.html

 用git commit去加入檔案 如果有不想要加入的項目,可以在專案根目錄中新增一個.gitignore的文字檔,裏面寫上不想要用git管理的檔案名稱樣式。

 用以下的指令重新commit:
 git rm -r --cached
git commit

在windows中使用git

tortoisegit

TortoiseGit使用 http://www.mrmu.com.tw/2011/05/06/git-tutorial-for-beginner/

留言

這個網誌中的熱門文章

DOS Batch指令檔中如何記錄log資訊

用捷徑方式執行需帶入命令列參數的Windows Form程式

使用regular expression來match中括號(square bracket)