Live data from Hacker News

SublimeGit: Full-featured Git integration for Sublime Text

sublimegit.net

51–60 of 88 posts

Re: SublimeGit: Full-featured Git integration for Sublime Text

#51

Does anyone know if there is a good difftool for sublime? I'm always launching meld for complicated diffs, would love it this or some other addon could do side by side diff

I don't know if you use Mac OSX (I guess you do), have a look at FileMerge that comes with XCode.

http://osxdaily.com/wp-content/uploads/2010/02/FileMerge-fil...

http://anoved.net/images/filemerge/filemerge.png

http://www.defraine.net/~brunod/fmdiff/filemerge.gif

Re: SublimeGit: Full-featured Git integration for Sublime Text

#52
post #25

I am bit bummed that you have to pay for Git interface. Yeah, it is just 10€ / user, but still. You even get full games for 99 cents these days. And shouldn't this be a default feature in the first place. Anyway, no-one is forcing anyone to buy it, so all good.

Not actually forcing you to pay for use - at the bottom it says: "You can try out SublimeGit for as long as you'd like, and there are no feature restrictions." So, just seems to be a dark pattern leading you to BELIEVE you have to pay. However, if you like it, pay for it.

I don't think it's fair to call dark pattern an unlimited free trial. He's selling it but allows you to try it, he's not deceiving you into paying for something that is free.

Re: SublimeGit: Full-featured Git integration for Sublime Text

#53

Does anyone know if there is a good difftool for sublime? I'm always launching meld for complicated diffs, would love it this or some other addon could do side by side diff

I like to use P4Merge, it's the best merger/differ for code on OS X. Not the prettiest, but the merge workflow is good.

Re: SublimeGit: Full-featured Git integration for Sublime Text

#55
post #7

I use this mainly for "Git: Diff Current File". It's much easier to see in Sublime than Terminal for me.

You seems to be on Mac OSX, if that is the case, try out the file merger that comes with XCode, it's pretty awesome for doing both diffs and merges. Screenshots of the software: http://osxdaily.com/wp-content/uploads/2010/02/FileMerge-fil... http://anoved.net/images/filemerge/filemerge.png http://www.defraine.net/~brunod/fmdiff/filemerge.gif

I love that interface in Xcode! Thanks for reminding me about FileMerge for non Xcode projects.

Re: SublimeGit: Full-featured Git integration for Sublime Text

#56
post #35

What does this have over say, git gutter, which gives me at-a-glance change information to my current file?

This has committing, staging, pushing, pulling etc. Actually, a lot of people seem to be using this alongside GitGutter, since their functionality is very much complimentary. See this issue for instance: https://github.com/SublimeGit/SublimeGit/issues/27

Thanks. Think I prefer to keep my editor and git actions separate but appreciate the reply.

Re: SublimeGit: Full-featured Git integration for Sublime Text

#57
post #28

Wow... So yeah, I made this. Woke up this morning to a slew of twitter mentions and quite a few orders. Thank you so much for the support! I'm about to get on a 14 hour international flight in a couple of hours, but i'll be happy to answer any questions. Also, i'm tweeting from @SublimeGit every once in a while.

It is great, however when doing a Git Status, the shortcuts are not compatible with VI-input mode since they are vi-commands (i,C etc), could you make it possible to use cmd+shortcut?

Re: SublimeGit: Full-featured Git integration for Sublime Text

#58

Earlier quoted context omitted.

I've always found this plugin slow which is a shame. It's nice to visually see the changes made to a file.

If you are using ST3 you can use non blocking mode and GitGutter will run in a seperate thread. EDIT: Here is the section on the read me about it: https://github.com/jisaacks/GitGutter#non-blocking-mode

Aha! I didn't know about this. You're awesome!

Re: SublimeGit: Full-featured Git integration for Sublime Text

#59

Wow, this crap even charges 10 bucks? There was a open source Git plugin for Sublime long time ago. https://github.com/kemayo/sublime-text-git

What makes it crap?

It's a brilliant plugin, with a great unlimited "trial". I've not came across any bugs, nor have I had any issues with it. So again, what makes it crap?

Post reply on HN