Using git diff and git apply to share small changes
Sep 9, 2022 · 2 min read · Sometimes in a Pull Request Review you want to tell someone about a little change to make. You make your change locally, maybe a few lines different, and note that it works locally. Your git diff output will show your change. How can you share this l...
Join discussion