markdown Heroku更新GIT Remote

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown Heroku更新GIT Remote相关的知识,希望对你有一定的参考价值。

### Step 1: Remove the remote

```
git remote rm heroku                                    
```


### Step 2: Set the remote to the Project's GIT

```
git remote add heroku https://git.heroku.com/project.git
```

### Step 3: Push to remote

```
git push heroku master
```

以上是关于markdown Heroku更新GIT Remote的主要内容,如果未能解决你的问题,请参考以下文章