Skip to content

Instantly share code, notes, and snippets.

@oclero
Created September 7, 2023 17:11
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 oclero/b3d63a2a10545e488d26d96387a3f479 to your computer and use it in GitHub Desktop.
Save oclero/b3d63a2a10545e488d26d96387a3f479 to your computer and use it in GitHub Desktop.
Get commits from another Git remote
git fetch other-remote
git merge other-remote/some-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment