Skip to content

Instantly share code, notes, and snippets.

@larouxn
Last active July 19, 2023 23:11
Show Gist options
  • Save larouxn/3bc34f8952b5753461a023e89d63e12c to your computer and use it in GitHub Desktop.
Save larouxn/3bc34f8952b5753461a023e89d63e12c to your computer and use it in GitHub Desktop.
🚒 rebasecity branch_name πŸš€
rebasecity() { git fetch origin main && git checkout "$@" && git rebase origin/main && git push origin --force-with-lease "$@"; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment