brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
657 stars 193 forks source link

My file is not uploaded to Github #1325

Closed luthfifr closed 7 years ago

luthfifr commented 7 years ago

Man, thanks for this great stuff, but it wouldn't be so great if my files couldn't be uploaded to Github. I init git in my working folder and then I hit Commit Button, after it finished I hit Push Button (of course I already add my github repo url as remote git), but when I check in my github repo, only 1 file is uploaded, the rest is not. I have more than 1400 files in that folder.

screenshot at nov 16 17-24-27

Would you give me a clue what did I miss or what did I do wrong?

Thanks

zaggino commented 7 years ago

When you're commiting, you need to check every file you want to commit. Or check all files.

luthfifr commented 7 years ago

I'm pretty sure that all files were checked. It solved now, I did a little mess using git command line, and finally it all can be pushed.