'git checkout' is used to switch branches in a repo. It doesn't actually incorporate the ...
15 years, 5 months ago (2010-05-28 21:30:07 UTC) #2
'git checkout' is used to switch branches in a repo. It doesn't actually incorporate the changes. You need a combination of 'git fetch' and 'git merge', which is what 'git pull does'. Ideally it would be 'git pull --rebase', which helps if you have local changes. On 2010/05/28 21:22:06, hoisie wrote: > Hello rsc (cc: mailto:golang-dev@googlegroups.com), > > I'd like you to review this change.
Issue 1395041: code review 1395041: goinstall: Use 'git pull' instead of 'git checkout' whe... Created 15 years, 5 months ago by hoisie Modified 6 years ago Reviewers: Base URL: Comments: 0