rubocop_lineup
rubocop_lineup copied to clipboard
Allow for git fetch workflow
- working in a branch
- want to rebase the branch
- git fetch
- git rebase origin/master
- branch is now up-to-date with origin/master, but local master hasn't been pulled.