Forum Archive

github and shellista

polymerchm

No offense to the author, but the implementation git within shellista seems pretty shaky, at least in my hands. What are most folks using?

briarfox

git on shellista is still a work in progress. I've found it acceptable enough to use. Its easy to grab code off github. make a few changes and push it. When I need to do branch work, I ssh into my comp.

JonB

It is also possible to use the dulwich repo for more complicated tasks. See dulwich.porcelain, which has a little more functionality then shellistas commandline version, and the plumbing behind dulwich has even more, though at a lower level.
We just have not implemented a commandline interface to all of dulwich's functionality in shellista.
But Feel free to contribute !

Also, Are you using the dev-modular branch? That is the current active line of development.

JonB

If there is anything specific, I'd suggest opening an issue at github.