Re: Updating local git branch to latest master

2019-10-18 Thread Linus Torvalds
On Fri, Oct 18, 2019 at 9:03 AM Willem Ferguson wrote: > > If I say git pull or git pull origin, I get "Already up to date". > However when I do git log it does not show any updates after my last > commit 2 months ago. > > Am I crazy? If you don't mention an explicit branch, "git pull" (and "git

Re: Updating local git branch to latest master

2019-10-18 Thread Dirk Hohndel
> On Oct 17, 2019, at 11:23 PM, Willem Ferguson > wrote: > > While I was away several weeks, several merges were done to master resulting > my local system being old. I wish to update my system to current master. > > If I say git pull or git pull origin, I get "Already up to date". However

Updating local git branch to latest master

2019-10-18 Thread Willem Ferguson
While I was away several weeks, several merges were done to master resulting my local system being old. I wish to update my system to current master. If I say git pull or git pull origin, I get "Already up to date". However when I do git log it does not show any updates after my last commit