Git: Create & Apply Patch using format-patch
Previously, I had written an article to create and apply patches using the git diff and git apply commands. In this article, we will look into alternative git commands to create and apply git patches. Those commands are git format-patch (to create patch) and git am (to apply patch). Check commits in your branches Checkout … Read more