A useful command when you need to contribute to open source projects:
1. Create a patch from your last commit (-n for the n latest commits). The following command will create a <myKillerPatch>.patch file in the current directory
1. Create a patch from your last commit (-n for the n latest commits). The following command will create a <myKillerPatch>.patch file in the current directory
git format-patch -12. Test the patch
3. Finalyy import itgit apply --check <myKillerPatch>.patch
git am <myKillerPatch>.patch
No comments:
Post a Comment