Hacker News new | ask | show | jobs
by randoglando 703 days ago
Does this work with `git pull --rebase`?
1 comments

Yes. It also works with `git status`, `git log`, and `git push --force-with-lease`.

(It's not clear what you're asking about)

I would expect this to update all branches when I do `git pull --rebase` but looks like it doesn't do that?