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
Forum Archive
Git in pythonista?
davas301
Sep 22, 2014 - 05:00
davas301
Sep 19, 2014 - 20:39
I should have phrased this differently. Is there any WAY to get git integration with pythonista?
briarfox
Sep 19, 2014 - 20:56
Yes the shellista project has a basic git plugin. There are python modules that allow git.
ccc
Sep 19, 2014 - 22:28
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
Sep 22, 2014 - 03:05
Yes, but Git integration isn't built in due to restrictions put in place by Apple. I recommend FileDownloader in Pythonista-Tools.
JonB
Sep 22, 2014 - 05:00
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.