Using git diff and git apply to share small changes
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...
sevengraff.hashnode.dev2 min read