28 Sep
2015
28 Sep
'15
6:12 p.m.
On 28/09/15 17:07, Hugh Cayless wrote:
On Sep 28, 2015, at 11:51 , Lou Burnard
wrote: I have a clone of the main repo in my folder TEI. I say "cd TEI; git status" It says "your branch is up to date with origin/master" There are no changes in your working directory (i.e. new commits) that you haven’t pushed up to origin (Github). It’s not checking against what’s actually at origin, which may have changed since you last updated.
Ah thanks. So when it says "up to date" it doesn't mean "up to date" at all. It means "your working directory is still in the state it was last time you looked at it". Hm.