stash
stash copied to clipboard
no console import in git.py
I was just trying to add simple project to github (from pythonista3) and when I typed in only login (-u login, not -u login:password) I was getting an error about global name console not defined.
It seems that solution is as simple as adding:
import console
to bin/git.py
file.
I think you are right. I don't see console
imported before used. Will fix this. Thanks!