You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for letting me know ! In this case I'd like to encourage you to submit a PullRequest, as it is actually easier to just fix it yourself instead of preparing an issue.
The steps to follow would be along these lines:
fork the GitPython repository
Add your remote to your local checkout: git remote add mine https://github.com/marianwieczorek/GitPython
make the required changes and commit them
Push the changes into your fork: git push mine master
Click the green PR button in the github interface and follow along to make a PR
in the PR's description, you could add closes #314 to close this issue automatically once the PR is merged.
When looking at the bullet points above, it doesn't actually seem easier ... but trust me, it is :).
What do you think ?
revA..revB → revA...revB (three instead of two dots) base.py, line 467
rorepo is a
aRepo instance test_docs.py, line 21The text was updated successfully, but these errors were encountered: