About staying up to date... It used to be c:\shoes> svn up
I thought it would now be c:\shoes> git pull If it says "Already up-to-date" I understand. But sometimes it throws out a list of filenames and say it cannot update. What to do? (I've been throwing away the old clone and doing a fresh clone, but that's not the right way to go - it's not what scm is supposed to do.) This is on Windows using the msys release of git from google, "git version 1.5.4.2.1161.g1a6f0" [I know it's not a shoes issue, but shoes is the the only reason I've needed to play with git.] Thanks DJ On 15/04/2008, Harold Hausman <[EMAIL PROTECTED]> wrote: > Hi why, others. > > I was lightly tracking the development of shoes previously by > occasionally surfing this link: > http://code.whytheluckystiff.net/shoes/timeline > > I liked that because I could watch changes to code, samples, tickets, > etc, all in one place. I'm trying to continue trolling, and I want to > make sure I'm doing it the right way. :) > > (please pardon, and/or correct, any terminology missteps I make here) > I've got git and ditz up and running, and I've cloned the shoes github > repository. Some days later, if I haven't pulled the latest from the > repository and in my shoes directory I do a 'git log' I only see the > old log. (i.e., I seethe log from the last time I did a 'git pull') So > then, when I do a 'git pull' I see lots of new stuff coming from the > repository, and later calls to 'git log' show newer changes. I think > this is good. Is this the closest thing we have to the old trac > timeline? > > Also, if I do a 'git pull' and I get this response: "Already > up-to-date." I'm assuming that means there have been no changes (no > code changes, no sample changes, no ticket changes, etc) since the > last time I did a 'git pull'... Is this correct? > > Thanks in advance for any insight, > -Harold >
