Difference between git rebase origin/branch vs git rebase origin branch
It looks like a tiny typo, but in Git, the difference between a slash and a space is the difference between a simple update and a complete context switch.
If you are staring at your terminal wondering why one works and the other throws an error (or moves you to a different branch entirely), here is the breakdown of the "Invisible Space" mystery.
