Live data from Hacker News

SublimeGit: Full-featured Git integration for Sublime Text

sublimegit.net

1–10 of 88 posts

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

#2
How it differs from magit or fugitive except price? I've tried magit and fugitive for some time, but as for me, adding this plugins to workflow just complicates tasks related to VCS. At the time of this writing, whichever editor/IDE I use, my VCS stay in command line.

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

#3

How it differs from magit or fugitive except price? I've tried magit and fugitive for some time, but as for me, adding this plugins to workflow just complicates tasks related to VCS. At the time of this writing, whichever editor/IDE I use, my VCS stay in command line.

Magit effectively has a plugin system too. I know the guy who wrote it.

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

#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

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

#10
post #6

I think I'm being dim but I don't understand what this is. Does it prompt me for a commit message when I save code, with like a special CMD-Shift-S to push or something, or is it just using sublime as a GUI for git?

> is it just using sublime as a GUI for git?

Basically just that, but with shortcuts for stuff like stage current file, commit, push, etc

Post reply on HN