Cherry-pick commit from another repo and copy to current repo different folder
cd projectB/
git --git-dir=../projectA/.git format-patch --stdout sha1xxxxxxx | git am --directory='src/subfolder/' -3 -k
Cherry-pick commit from another repo and copy to current repo different folder
cd projectB/
git --git-dir=../projectA/.git format-patch --stdout sha1xxxxxxx | git am --directory='src/subfolder/' -3 -k
Copyright © 2023 | WordPress Theme by MH Themes
Leave a Reply