Re: Help me with git
Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>
| Newsgroups | gmane.comp.window-managers.ratpoison.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Apr 26, 2009 at 10:04:39AM -0400, J. R. Mauro wrote: > Are you running "git clone" again? Run "git pull" If you want to see what changed, I think the following should work too: git fetch git log HEAD..origin #optional, shows you the changes git merge origin (or at least it works for the Conkeror git repository ;-) ). -- Brian May <brian-q50s5p6zN2eXcgI2zpBr/[email protected]>