Skip to content

Instantly share code, notes, and snippets.

@MaheshTechnicals
Last active December 15, 2023 04:15
Show Gist options
  • Save MaheshTechnicals/b68d5b12d18ccd50852478d55bc1f1c3 to your computer and use it in GitHub Desktop.
Save MaheshTechnicals/b68d5b12d18ccd50852478d55bc1f1c3 to your computer and use it in GitHub Desktop.
Git cherry-pick.md

How To Use Git Cherry pick?

(With this cammsnd you can pick any commit from other github repository)

git remote add (name which you want) link

git fetch (mame which u used above)

git cherry-pick (ommit ID)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment