Live data from Hacker News

Magit Kickstarter fully funded

kickstarter.com

11–20 of 74 posts

Re: Magit Kickstarter fully funded

#11
post #2

Magit is the only git tool worth using other than`git` itself. Only criticism is that it's too easy and fast.

I will confess it is sometimes slow over a tramp connection. Though, really, I think that is just my VPN being garbage.

Re: Magit Kickstarter fully funded

#12

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

What is difficult about it? I don't mean that combatively. Genuinely curious. I'd think a toolbar might help some folks, but I also expect some folks need a different interface.

Re: Magit Kickstarter fully funded

#13

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

Used to use Atlassian's SourceTree, major slowdowns and lack of a native merge conflict resolution tool had us pleasantly surprised when we first heard of GitKraken: https://www.gitkraken.com/

A year later after discovering Kraken, we've now migrated to it and the developer experience has been great.

Re: Magit Kickstarter fully funded

#14
post #12

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

What is difficult about it? I don't mean that combatively. Genuinely curious. I'd think a toolbar might help some folks, but I also expect some folks need a different interface.

I use SourceTree mainly for staging and diffs. Git GUI is not that great in that aspect.

Re: Magit Kickstarter fully funded

#15
post #12

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

What is difficult about it? I don't mean that combatively. Genuinely curious. I'd think a toolbar might help some folks, but I also expect some folks need a different interface.

From the example of kickstarter, it seems completely undiscoverable -- things just keep happening and popping up and down, with no obvious indication of how, or why, those things were selected.

It's a demo which I'm sure appeals to emacs users, who are the target, but I couldn't imagine using it as a non-emacs user. I previously tried learning emacs to use OrgMode, and gave up after a couple of days when I failed to master even basic text editing skills.

Re: Magit Kickstarter fully funded

#16

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

SourceTree is really fantastic and works on Windows/OSX/Linux. It is free, but you have to "sign up for Atlassian License key" or something like that.

Re: Magit Kickstarter fully funded

#17

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

Used to use Atlassian's SourceTree, major slowdowns and lack of a native merge conflict resolution tool had us pleasantly surprised when we first heard of GitKraken: https://www.gitkraken.com/ A year later after discovering Kraken, we've now migrated to it and the developer experience has been great.

GitKraken is on Electron (not a good thing) and has to be one of the sluggiest clients I've ever used actually. Try Tower or Fork.

Re: Magit Kickstarter fully funded

#18
post #12

Seems pretty difficult to use, almost on the same level as trying to learn to use vim/emacs on 2017, somehow i expected a "poweful (G)UI" rather than a text-based one. Anyone has a good recommendation for a good GUI for GIT, GIT-GUI its a really confusing and jetbrains integrations felt like someone with heavy background on cvs/svn made the interface.

What is difficult about it? I don't mean that combatively. Genuinely curious. I'd think a toolbar might help some folks, but I also expect some folks need a different interface.

I came to the same conclusion but I admit I didn't spend too much time looking at it.

I first visited their docs: https://magit.vc/manual/magit.html#Introduction

And saw that it's over 100 pages (printed).

Re: Magit Kickstarter fully funded

#19
post #6

Any recommendation for a good tutorial or introduction article about magit i use sourcetree, and i like it a lot, but with all the positive talk about magit, i need to try it i now only use emacs for org-mode and this mode is also by far the best personal todo list i used (i.e. if you dont need any social, sharing features found in web todos, org-mode is the best there is) .. so i know emacs can be very good

I started using magit this year and it's been well worth learning.

I can't remember if I read any specific documentation, but Magit has pretty good integrated help.

Type M-x magit-status to launch it. This will show your git status. Then type ? to see what you operations you can do.

Post reply on HN