brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 192 forks source link

.gitignore created by brackets-git extension commits already staged files #1288

Closed peey closed 8 years ago

peey commented 8 years ago

Related to https://github.com/zaggino/brackets-git/issues/1107.

I had staged some files using git add, however the staging wasn't complete and I meant to add more files and commit later.

However, when I opened the project in brackets, the brackets-git extension commited the already staged files. I don't think this is the desired behavior.

The desired behavior may be to add a .gitignore when none is present but not to commit any files other than the created .gitignore itself

peey commented 8 years ago

Closed by mistake. Please consider the PR.