Hacker News new | ask | show | jobs
by isgood12 4116 days ago
Good place to ask this -- Whose gitconfigs do you look at for stealing ideas?
1 comments

The only output I didn't fully design on my own was the log command (`gg l`). I used information found on this Gist (https://gist.github.com/textarcana/1306223) to retrieve the log information in JSON. From there, I designed an output style on my own.

Hope that answers your question. :)