issues
search
arshadkazmi42
/
ak-cli
:bookmark: Collection of useful cli commands
GNU General Public License v3.0
43
stars
27
forks
source link
Add git cherry pick command
#201
Closed
arshadkazmi42
closed
2 years ago
arshadkazmi42
commented
2 years ago
Get the
<sha>
from the source branch
Checkout to destination branch
Run below command to copy commit from source branch to destination branch
git cherry-pick -x <sha>
<sha>
from the source branch