Skip to content

Instantly share code, notes, and snippets.

@RahmiTufanoglu
Last active February 9, 2023 15:30
Show Gist options
  • Save RahmiTufanoglu/2ec2fbecd8458f83e5cea802b3c5911d to your computer and use it in GitHub Desktop.
Save RahmiTufanoglu/2ec2fbecd8458f83e5cea802b3c5911d to your computer and use it in GitHub Desktop.
Git pull scenario_1
git pull --rebase
# resolve conflicts file/files
git add .
# or
git add here/is/my/file.dart
git rebase --continue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment