Thursday 2 June 2016

error: failed to push some refs to git

error: src refspec master does not match any.
error: failed to push some refs to 'https://github.com/userid/voice.git'

solution :
1. git add -A
2. git status
3. git commit -m "message"
3.git push origin HEAD:<remoteBranch>