Hi! > > > You should put this into .git/remotes > > > > > > linus > > > rsync://www.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git > > (git addremote is preferred for that :-)
Oops :-). > > Well, not sure. > > > > I did > > > > git track linus > > git cancel > > > > but Makefile still contains -rc2. (Is "git cancel" right way to check > > out the tree?) > > No. git cancel does what it says - cancels your local changes to the > working tree. git track will only set that next time you pull from > linus, the changes will be automatically merged. (Note that this will > change with the big UI change.) Is there way to say "forget those changes in my repository, I want just plain vanilla" without rm -rf? I see quite a lot of problems with fsck-tree. Is that normal? (I ran out of disk space few times during different operations...) -- 64 bytes from 195.113.31.123: icmp_seq=28 ttl=51 time=448769.1 ms - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/