octogit
octogit copied to clipboard
giving git more tentacles
We use regex expressions to parse the other use-cases as well, which allows us to remove the get_parent_repository() function, along with the URL constant for github repositories. I also added...
This is a (very) rough draft of how the tests are shaping up.
... now allows for the name 'origin', 'gh' or 'github'
Can now delete gists by number: ``` $ octogit gists delete 2228658 octogit. gist deleted successfully ``` Can also create gists with either a relative path to the file(s) from...
the tracking branch shouldn't be hardcoded, not everyone uses `origin`.
I keep getting this error even though: >git remote -v >github [email protected]:amejias101/alexismejias2.git (fetch) >github [email protected]:amejias101/alexismejias2.git (push)
Does octogit support GitHub's 2fa login?
https://bitheap.org/cram/
After logging in I get this message: ``` > octogit login Github username: satshabad Password for satshabad: You have successfully been authenticated with Github Traceback (most recent call last): File...