GitHub for Mac アプリからファイルをコミットして同期することができません。これは、ファイルを事前に追加する必要があるとアプリが言っているためですが、アプリでそれを実行してもらいたいのです。git add -A
毎回ターミナルに行きたくない。私のパートナーはコミットと同期を行うことができ、GitHub for Mac アプリが彼のためにファイルを追加します。
アプリが返すエラーは次のとおりです。
Git Error:
On branch master Changes not staged for commit: (use "git add ..." to
update what will be committed) (use "git checkout -- ..." to discard
changes in working directory)
modified: .gitignore
... more files here :)
no changes added to commit (use "git add" and/or "git commit -a")
(256)
これを修正するにはどうすればよいですか?