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 <[email protected]> _______________________________________________ Ratpoison-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/ratpoison-devel
