Tuesday, June 6, 2017

git format patch

git format patch to take git patch set

git format-patch HEAD~#number of patches you want to create patch files

git format-patch -1 #specific commit id

No comments:

Post a Comment