Forum Archive

using git on a personnal repository (not github)

nicob239

Hello,

I've set up a git repository on my personal server. I'm looking for an IDE that could commit and retrieve code from it.

I know that Pythonista support github, but does it support git from a personal server?

Thank you,

Nico

omz

No, out of the box Pythonista only supports exporting to gists (which is basically GitHub's version of pastebin, though every gist also happens to be a git repository). I cannot add features like pulling from repositories because Apple doesn't allow interpreter apps to download executable code in any form.