Git 说一切都是最新的,但我在本地看到的文件有所不同。我最近在 Heroku 上更新了我的应用程序的名称,并且相信我已经正确更新了远程 git 配置。
尝试推动:
$ git push -f staging
Everything up-to-date
git config -l
:
remote.staging.url=git@heroku.com:s-si.git
remote.staging.fetch=+refs/heads/*:refs/remotes/staging/*
ls
Heroku 文件:
heroku run bash -a s-si
Running `bash` attached to terminal... up, run.2567
~ $ ls apps/
application boston __init__.py __init__.pyc main newyork rampup startup_institute
ls
我的本地文件:
$ ls apps/
__init__.py __init__.pyc app_app application boston newyork payments rampup startup_institute