Skip to content

Instantly share code, notes, and snippets.

@concosminx
Created June 9, 2025 08:31
Show Gist options
  • Save concosminx/45af7e7236f5f7783562729ed269860f to your computer and use it in GitHub Desktop.
Save concosminx/45af7e7236f5f7783562729ed269860f to your computer and use it in GitHub Desktop.
Instead of *git pull*

Instead of using git pull use

git pull --rebase

and in case of conflicts use

git rebase --abort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment