Joined April 2013
·

Rico Rodriquez Collins

burbank california
·
·
·

case 1: I want to push my code changes only (no merges), and I my local branch is out of date

  • git pull –r (or pull - -rebase)

case 2: I need to push a merge I just did, and I my local branch is out of date

  • git pull (If you have 'git pull' aliased to 'git pull -r', then 'git pull --no-rebase')
Achievements
59 Karma
0 Total ProTip Views