2014-11-11 Oddmuse Development

https://alexschroeder.ch/pics/15579136290_d113042668.jpg

Magit is cool. It works on my Emacs on Windows, too. Git integration! The picture shows that it uses ASCII art to visualize and colorizes the branching and merging. This also shows that I shouldnโ€™t be developing on multiple machines.

Magit

โ€‹#Oddmuse โ€‹#Emacs

Comments

(Please contact me if you want to remove your comment.)

โ‚

Huh? I quickly came up with this just to make it look like your screenshot:

git log --graph 


--pretty=format:%h %<(70,trunc)%s \t%<(13,trunc)%an\t%ar'

http://files.progarm.org/2014-11-11-162659_706x435_scrot.png

But usually I use just

git log --graph --oneline

And no, developing on several machines is fine! It actually shows that you should run `git pull` more frequently ๐Ÿ˜‹

โ€“ AlexDaniel 2014-11-11 14:34 UTC

AlexDaniel

---

Hehe. Yeah I know itโ€™s not magit alone that is great. It is the Emacs git magit combo! One for all and all for one. ๐Ÿ˜„

โ€“ Alex Schroeder 2014-11-11 16:24 UTC

Alex Schroeder