TIL: git am

TIL: Git

How to apply a patch from github into the current repository

gh pr diff --patch 4 | git am

git am

Apply a series of patches from a mailbox.

Author

I'm Oliver Nguyen. A software maker working mostly in Go and JavaScript. I enjoy learning and seeing a better version of myself each day. Occasionally spin off new open source projects. Share knowledge and thoughts during my journey. Connect with me on , , , and .

Back Back