Hi Robin, 2010/1/19 robin <[email protected]>: > One more input, When i use > git pull > Already up-to-date. > > and when i use > git pull --rebase > recipes/ti/ti-xdctools-native_3.15.01.59.bb: needs update > recipes/ti/ti-xdctools.inc: needs update > refusing to pull with rebase: your working tree is not up-to-date > > what is the correct command ?
You have a dirty working directory. Either 'stash' your changes away or 'commit' them to get to a clean state. (Or you can blow away the changes with 'git checkout .'.) Then do git pull/rebase. Best regards, Bjørn Forsman _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
