Tag Archives: Magit

Turning Off Annoying Magit Prompts

As most of you know, I’m a big fan of Magit and have been using it for some time. One thing I didn’t like was that it asked for verification before staging all changed files (【S】 in magit-status) but being … Continue reading

Posted in General | Tagged , | Leave a comment

Mickey on Magit 2.x

Back before the latest big upgrade, Mickey wrote a wonderful article on Magit that I covered here. Now Mickey is back with What is new in Magit 2.x. He covers the subject in more depth than Nathan Willis’ short summary … Continue reading

Posted in General | Tagged , | Leave a comment

Magit 2.1.0 Summary

Over at LWN.net, Nathan Willis has a nice summary of the Magit 2.1.0 features. Obviously he doesn’t cover all the features or even all the new features but it’s worth reading for getting an idea what’s in the latest release. … Continue reading

Posted in General | Tagged , | 2 Comments

Magit 2.1.0

I just installed the new version of magit (2.1.0) and even though I’ve made only two commits so far, I really like the new functionality. One of the first things you’ll notice is that when you commit, a diff is … Continue reading

Posted in General | Tagged , | 1 Comment

Reverting All Buffers to Branch State

Handy: A neat way to get all of your buffers reverted to a branch's state, is to go to #magit and type 'g'. #emacs — Pericles Theodorou (@PericlesTheo) January 30, 2015

Posted in General | Tagged , | Leave a comment

Rewriting and Squashing Git Commits with Magit

I use Magit all the time and really like it but I don’t know how to do much more than stage and commit changes. Sometimes I can even resolve a merge conflict but I always have to stumble through it. … Continue reading

Posted in General | Tagged , | 1 Comment

Automating Git Bisect

I’ve written a couple of times about Git bisect. It’s a way of finding the commit that introduced an error. It works by (essentially) doing a binary search on the commit history. Now, Curtis Poe over at Ovid shows us … Continue reading

Posted in Programming | Tagged , , | Leave a comment

Prompting for Repository in Magit Status

I found another great tip from Leonardo Etcheverry. Sometimes I want to call magit-status but the current buffer isn’t associated with the proper repository. That happens, for example, when I’m in the agenda buffer and want to commit one of … Continue reading

Posted in General | Tagged , | 2 Comments

Mickey on Magit

As many of you know, I’m a long time user of Magit and really like it. I’m not, however, a power user and haven’t bothered to learn all the details. It’s hard to find documentation that describes how you go … Continue reading

Posted in General | Tagged , | 2 Comments

Magit Tutorial

John Stevenson over at jr0cket has a nice Magit tutorial up. If you’re using Emacs and Git then you definitely need to check out Magit. I get mine from Melpa but the link above leads to the Git repository if … Continue reading

Posted in General | Tagged , | 1 Comment