Last active
June 27, 2019 10:33
-
-
Save prosenjit-manna/e49cc0fc1dc1faf4040c20ee73aee786 to your computer and use it in GitHub Desktop.
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
git log --pretty=oneline | |
git format-patch -1 <commit id> | |
git apply mypatch.patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment