@all
The latest
revision of sgit can now checkout, update (fetch) and (forward-)merge those updated files.
Sebastian Bauer was kind enough to put his time and effort into fixing/adding those rudimentary commands.
A big thanks to him
So...at least for me, i can finally drop hggit/mercurial (as i only need checkout/fetch right now)
btw, it's magnitudes faster as well (for both checkout and fetch)
To get you all started here are the straight forward commands:
To check out a github project:
sgit clone http(s)://github.com/project/project my-project-directory
to update said project:
sgit fetch origin
to merge the updates to your local branch:
sgit merge origin/master
(That, of course, goes for the master branch)
It's still pretty limited, but Sebastian will work on it, so you might to drop him a line
EDIT: It's sgit CLONE (not checkout)
Edited by Raziel on 2015/3/23 9:33:53