Closed purinkle closed 4 years ago
Before #667, git up used to fetch the remote and rebase against origin/master.
git up
origin/master
Now that we are supporting a flexible trunk branch name, it seems that we rebase against master instead.
master
@purinkle good spot! Fixing that now.
I thought this was something broken on my setup. Thanks for finding! https://github.com/thoughtbot/dotfiles/pull/672
Before #667,
git up
used to fetch the remote and rebase againstorigin/master
.Now that we are supporting a flexible trunk branch name, it seems that we rebase against
master
instead.