logo

drewdevault.com

[mirror] blog and personal website of Drew DeVault git clone https://hacktivis.me/git/mirror/drewdevault.com.git

Git-email-webcast.md (1243B)


  1. ---
  2. date: 2019-05-13
  3. layout: post
  4. title: 'Webcast: Reviewing git & mercurial patches with email'
  5. tags: ["video", "git"]
  6. ---
  7. With the availability of new resources like
  8. [git-send-email.io](https://git-send-email.io), I've been working on making the
  9. email-based workflow more understandable and accessible to the world. One thing
  10. that's notably missing from this tutorial, however, is the maintainer side of
  11. the work. I intend to do a full write-up in the future, but for now I thought
  12. it'd be helpful to clarify my workflow a bit with a short webcast. In this
  13. video, I narrate my workflow as I review a few
  14. [sourcehut](https://sourcehut.org) patches and participate in some dicsussions.
  15. <video src="https://yukari.sr.ht/git-screencast.webm" controls>
  16. Your browser does not support HTML5 video, or webm video.
  17. </video>
  18. Links:
  19. - [mutt](http://www.mutt.org/): my email client
  20. - [my personal mutt config](https://git.sr.ht/~sircmpwn/dotfiles/tree/master/.config/mutt/muttrc)
  21. - [my "semver" script](https://git.sr.ht/~sircmpwn/dotfiles/tree/master/bin/semver)
  22. Also check out [aerc](https://git.sr.ht/~sircmpwn/aerc2), a replacement for mutt
  23. that I've been working on over the past year or two. I will be writing more
  24. about that project soon.