I’m using RedHat Openshift cloud.
I have done one thing(perhaps a blunder 🙁 ) : From my java & webapp folder,I deleted my whole packages and again copy paste that packages in to java & webapp folder.
Issue: Now whenever I’m trying to update my app from command prompt: like
`git add .`
`git commit -m "My message"`
//Here I’m getting error i.e.
# On branch master
nothing to commit (working directory clean)
git push //Can't goto the 3rd step.
Any solution …… for update my latest code.
Follow this process, i hope it could help you
Try this for merge with master: