Skip to content

Instantly share code, notes, and snippets.

@singularitti
Last active July 31, 2023 15:14
Show Gist options
  • Save singularitti/51953a2274fec445c5b9ca344c547a35 to your computer and use it in GitHub Desktop.
Save singularitti/51953a2274fec445c5b9ca344c547a35 to your computer and use it in GitHub Desktop.
Merging release into master with no resulting diff #Shell #Git
# See https://stackoverflow.com/a/14307477/3260253
git checkout main
git pull --strategy=ours . release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment