|
|
|
|
|
by _ofdw
2915 days ago
|
|
I seem to be in the minority of HN users that actually like Gmail and strongly dislike things like mutt or pine. Nothing else syncs to my phone in a manner that "just works" and doesn't require excessive fiddling, or using k9mail which appears to quite simply not work at all. So with that said, how does a person use git via email with the Gmail ui? |
|
* for sending patches, use git-send-email from the command line
* for reading, use a greasemonkey script to make gmail use a fixed width font
* when I need to apply a patchset locally I use the "patches" tool https://github.com/stefanha/patches
I also have a couple of gmail "canned responses" set up for things like "write my reviewed-by tag into my email reply".
It's not fantastically ergonomic, but it's good enough that I haven't really felt the need to use something other than gmail web interface.