From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sun, 3 Feb 2019 13:58:08 -0800 From: Ori Bernstein To: 9fans@9fans.net Message-Id: <20190203135808.3e6aebf10eee8bd42ba61d6e@eigenstate.org> In-Reply-To: <5b3f4a14-75dd-f082-ebec-59943b7dd914@gmail.com> References: <822b3887d5a5a831ca812aa12a4d7026@kathe.in> <3F18C417-F79D-4EFB-B395-07725C93535F@gmail.com> <5b3f4a14-75dd-f082-ebec-59943b7dd914@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] any git client? Topicbox-Message-UUID: f4943e10-ead9-11e9-9d60-3106f5b1d025 On Sun, 3 Feb 2019 13:19:34 -0600, Sean Hinchee wrote: > There's Ori's git9 wip: https://bitbucket.org/oridb/git9 WIP is the key word. It's not usable (yet). git/clone: basically works, but is missing a bit of code to update branches. git/fs: will serve up commits as an fs, but it's rather crashy. git/commit: makes commits, really clunky. git/push: started on an implementation, doesn't yet work. Merging, branching, etc should be relatviely easy to do on top of git/fs, but I haven't had time to take a look at them. -- Ori Bernstein