<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Hacker News: jreybert</title><link>https://news.ycombinator.com/user?id=jreybert</link><description>Hacker News RSS</description><docs>https://hnrss.org/</docs><generator>hnrss v2.1.1</generator><lastBuildDate>Thu, 09 Apr 2026 14:52:14 +0000</lastBuildDate><atom:link href="https://hnrss.org/user?id=jreybert" rel="self" type="application/rss+xml"></atom:link><item><title><![CDATA[New comment by jreybert in "Oh shit, git: Getting myself out of bad situations"]]></title><description><![CDATA[
<p>You may want to give a try to vimagit so. <a href="https://github.com/jreybert/vimagit/" rel="nofollow">https://github.com/jreybert/vimagit/</a><p>As soon I started to work with git, I installed fugitive. My learning curve of fugitive has been slow, and I have never be able to stage efficiently with it.<p>And then, a colleague showed me magit: I waited for a year that something similar comes to vim, trying to push this idea to fugitive <a href="https://github.com/tpope/vim-fugitive/issues/569" rel="nofollow">https://github.com/tpope/vim-fugitive/issues/569</a> , without success.<p>Finally, some first experiments showed that partial hunk stage was feasible, and I created vimagit.<p>As you will see, it is far from whole magit features. For the moment, it "only" focuses on stage/unstage and commit feature (which is the main use case to me). The current workflow is quite robust: you can easily navigate through all the diffs to review them, stage by file/hunk/line/part of line, write the commit message (or amend the last commit), jump to the diff locations in their files... I continue to use fugitive for Gblame and Gdiff.<p>Next major features should be git stash (be able to prepare a stash like a commit, by file/hunk/line) and some git log related feature (to easily git commit --fixup a chosen commit in a log for example).</p>
]]></description><pubDate>Wed, 20 Dec 2017 12:43:07 +0000</pubDate><link>https://news.ycombinator.com/item?id=15969042</link><dc:creator>jreybert</dc:creator><comments>https://news.ycombinator.com/item?id=15969042</comments><guid isPermaLink="false">https://news.ycombinator.com/item?id=15969042</guid></item></channel></rss>