Forum Archive

Git in pythonista?

davas301

Im thinking about downloading pythonista and am just wondering what kind of git integration there is? For example: If I have an existing git repository, can I clone it, create a new branch, and push commits? Thanks

davas301

I should have phrased this differently. Is there any WAY to get git integration with pythonista?

briarfox

Yes the shellista project has a basic git plugin. There are python modules that allow git.

ccc

There are multiple Pythonista tools that can bidirectional ly sync with GitHub Gists and Repos. See the utility section of https://github.com/Pythonista-Tools/Pythonista-Tools

LawAbidingCactus

Yes, but Git integration isn't built in due to restrictions put in place by Apple. I recommend FileDownloader in Pythonista-Tools.

JonB

The OP's use case asked for ways to download, AND push. For github, shellista git is currently the only way that anyone has published.

Be sure to grab the dev-modular branch, which is the most mature.