I clone my repository with:
git clone ssh://xxxxx/xx.git
But after I change some files and add and commit them,
add
commit
Make sure you've added first, and then commit/ push:
Like:
git init git add . git commit -m "message" git remote add origin "github.com/your_repo.git" git push -u origin master