Hi,
I can't commit & sync files from the GitHub for Mac App because the app says that I have to add the files previously, but I want to the app do that for me. I don't want to got to the terminal to git add -A everytime. My partner can commit & sync and the GitHub for Mac add the files for him.
This is the error that the app returns:
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)
How could I fix this?
Thaks.