Skip to main content
edited tags
Link
jub0bs
  • 64.5k
  • 26
  • 191
  • 193
improve title
Link
jub0bs
  • 64.5k
  • 26
  • 191
  • 193

git Is there some kind of 'git rebase --dry-runrun', which would notify me of conflicts in advance? Know if there is a conflict before performing rebase

Source Link
Jonathan.Brink
  • 24.8k
  • 20
  • 79
  • 122

git rebase --dry-run? Know if there is a conflict before performing rebase

I'm trying to script rebasing and my script will take different paths depending on if the rebase results in any conflicts.

Is there a way to determine if a rebase would result in conflicts before executing the rebase?