如何将提交推送到现有仓库

时间:2019-06-23 15:49:42

标签: bash git

如何将更改提交到现有存储库?

$ 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

它不起作用。

0 个答案:

没有答案