(no title)
good-idea | 4 years ago
When a working branch falls behind main, I prefer to rebase it instead of merging from main to keep it up to date. However, if you've already pushed your working branch to a repo, after rebasing you need to `git push --force` - which is a problem if there are others who have previously cloned the working branch.
vincentmarle|4 years ago
codyb|4 years ago
That’s a bunch to type so I alias it to `fwl` In `~/.git config` and use it after rebases.