Skip to content

Instantly share code, notes, and snippets.

@vyspiansky
Created February 1, 2023 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vyspiansky/a8e2f44c71dc1cd1ca10a5193a28cd1e to your computer and use it in GitHub Desktop.
Save vyspiansky/a8e2f44c71dc1cd1ca10a5193a28cd1e to your computer and use it in GitHub Desktop.
Cherry-pick

Cherry-pick

  1. Get commit hash 103fe73
  2. Create branch from a specific version (tag) and name it like forward-merge-<YOUR_BRANCH>
  3. Run git cherry-pick 103fe73
  4. Resolve conflicts if needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment