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/
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/
留言
張貼留言