rubocop_lineup icon indicating copy to clipboard operation
rubocop_lineup copied to clipboard

Allow for git fetch workflow

Open chrismo opened this issue 6 years ago • 2 comments

  • 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.

chrismo avatar Jun 13 '18 21:06 chrismo