FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Take a look at this post #395

Open tonsky opened 10 years ago

tonsky commented 10 years ago

A lot of ideas, some of them are in ungit already, some new, might be useful: http://tonsky.me/blog/reinventing-git-interface/

Ajedi32 commented 10 years ago

This.

This is exactly what I've wanted out of a git GUI interface since the beginning. So far, Ungit comes closest to making this dream a reality; there's still quite a lot missing though.

Related: #129 #284 #124

Also, I really like the author's suggestion of making the working directory and staging area behave like normal commits. When combined with powerful graph manipulation features like drag-and-drop rebasing, that seems like a killer feature.

FredrikNoren commented 10 years ago

Good read! There's definitively some stuff in there that could be useful to implement in Ungit!

On Wednesday, June 18, 2014, Andrew Meyer notifications@github.com wrote:

This.

This is exactly what I've wanted out of a git GUI interface since the beginning. So far, Ungit comes closest to making this dream a reality; there's still quite a lot missing though.

Related: #129 https://github.com/FredrikNoren/ungit/issues/129 #284 https://github.com/FredrikNoren/ungit/issues/284 #124 https://github.com/FredrikNoren/ungit/issues/124

Also, I really like the author's suggestion of making the working directory and staging area behave like normal commits. When combined with powerful graph manipulation features like drag-and-drop rebasing, that seems like a killer feature.

— Reply to this email directly or view it on GitHub https://github.com/FredrikNoren/ungit/issues/395#issuecomment-46440150.

rtens commented 5 years ago

Love it that this issue is still open =)

Has anybody took a crack at bringing Nikitas mondel into a ungit-like interface in the last five years? Trying to get non-programmers to collaborate on Github and ungit gets me halfway there (kudos for that, btw), but it's still not enough to make it stick in most cases.

Very strongly considering of taking a shot at it...

Ajedi32 commented 5 years ago

Go for it. There are some pretty nice interfaces for git these days (Ungit and Gitkraken are my favorites) but still nothing nearly as good as the design proposed in that blog post.