Closed rhelmstedter closed 2 years ago
This has been addressed by using gitpython. This requires creating passing in the local repo. That means creating a third environment variable called PYBITES_REPO
.
Now eatlocal
raises an error stating that the git push command failed.
If local repo differs from remote,
eatlocal submit
hides git error message and continues. The bite is not actually pushed even thougheatlocal
claims that is was.eatlocal
should display the error from git and exit.