↳
In-reply-to
»
Learn to use email with git! -- Interesting read of how to use the "Git Email" workflow for sending patches to a project 🤔 Not sure how I feel about it though 😅
⤋ Read More
@justamoment@twtxt.net Technically if you setup your ~/.gitconfig
“just so” the steps are really just one.
$ git co -b feature
# hack hack hack
$ git ci -m "blah bla hblah"
$ git send-email main