Skip to content

Instantly share code, notes, and snippets.

@CMCDragonkai
Created December 22, 2020 00:54
Show Gist options
  • Save CMCDragonkai/b1d5e4fab31b66e45a562392f162d891 to your computer and use it in GitHub Desktop.
Save CMCDragonkai/b1d5e4fab31b66e45a562392f162d891 to your computer and use it in GitHub Desktop.
Rebasing a Feature Branch on Master Branch without Switching Branches #git
#!/usr/bin/env sh
git fetch origin master:master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment