Git commit not possible. There are no staged files
using EGit: Right click it and navigate to Team => Add.
after then Push the code
Before pushing the file add that new file on git using terminal
git add after then
git push origin branch
using EGit: Right click it and navigate to Team => Add.
after then Push the code
Before pushing the file add that new file on git using terminal
git add after then
git push origin branch