Fork me on GitHub

3/18/2011

[Git] 常用 git 指令筆記

1. Untrack files in git (當你不想要追蹤某個檔案,但是卻又不希望把它從資料夾刪除的時候使用)
git rm --cached filename

2. 切換 branch 時候,有東西沒有 commit 無法切換
先 git stash -> 切換 branch -> 切回來的時候再用 git stash pop
參考:http://ihower.tw/blog/archives/2620

No comments:

Post a Comment