No offense to the author, but the implementation git within shellista seems pretty shaky, at least in my hands. What are most folks using?
Forum Archive
github and shellista
polymerchm
Aug 19, 2014 - 04:09
briarfox
Aug 19, 2014 - 02:02
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
Aug 19, 2014 - 04:08
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
Aug 19, 2014 - 04:09
If there is anything specific, I'd suggest opening an issue at github.