如何将更改提交到现有存储库?
$ git remote -v
github git@github.com:jhardik366/yelp-camp.git (fetch)
github git@github.com:jhardik366/yelp-camp.git (push)
heroku https://git.heroku.com/yelp-camp-19.git (fetch)
heroku https://git.heroku.com/yelp-camp-19.git (push)
origin git@github.com:jhardik366/c9.git (fetch)
origin git@github.com:jhardik366/c9.git (push)
如何推送到yelp-camp git。?
我尝试了以下步骤:
git add abc.js
git commit -m "inital commit"
git push
它不起作用。