Created
February 24, 2018 21:50
-
-
Save emedinaa/37cd607668f3d0daf656789842fcd159 to your computer and use it in GitHub Desktop.
Git - Create a Patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Check logs | |
``` | |
git log | |
``` | |
2. Selected commit (b759590578ef3456a31c0df0aae30dfb95e813ce) al folder patch (patches) | |
``` | |
git format-patch dev -1 b759590578ef3456a31c0df0aae30dfb95e813ce -o patches/likesandcomments_feature.patch | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment