Clono il mio repository con:
git clone ssh://xxxxx/xx.git
Ma dopo che ho cambiato alcuni file e add
e commit
loro, voglio spingerli al server:
git add xxx.php
git commit -m "TEST"
git push origin master
Ma l'errore che ricevo è:
error: src refspec master does not match any.
error: failed to push some refs to 'ssh://xxxxx.com/project.git'
git status
per ottenere quello giusto.