buhrmi wrote:vortec wrote:Not really sure how this works.
In the menu all entries in "This file" are disabled. In the command palette "Git: Diff" works fine, "Git: Commit" returns "Nothing to commit", even though I have changed and saved the file.
Am I doing something wrong?
When using git, you need to stage your changes (with Git: Add) to mark them ready to be committed.
Ah, of course. I usually commit my files using "commit -a -m ''".