Re: git quirk

2018-03-31 Thread Hal Murray via devel
> You are not on master branch? But git status said: > On branch master > What does this say: > # git branch -la * master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/proto-refactor remotes/origin/refgenfix -- These are my opinions. I hate spam.

Re: git quirk

2018-03-31 Thread Gary E. Miller via devel
Yo Hal! On Sat, 31 Mar 2018 14:03:26 -0700 Hal Murray via devel wrote: > Anybody recognize this one" > > [murray@hgm raw]$ git push > Everything up-to-date > [murray@hgm raw]$ git status > On branch master > Your branch is ahead of 'origin/master' by 1 commit. > (use "git

git quirk

2018-03-31 Thread Hal Murray via devel
Anybody recognize this one" [murray@hgm raw]$ git push Everything up-to-date [murray@hgm raw]$ git status On branch master Your branch is ahead of 'origin/master' by 1 commit. (use "git push" to publish your local commits) -- These are my opinions. I hate spam.