Git 會提示發現新的檔案,但是不會自動列入追蹤。 $ echo "Hellow World" > new.txt $ git status # On branch master # # Initial commit # # Untracked files: # ( ...
確定! 回上一頁