On Thu, May 20, 2010 at 7:16 PM, Sdävtaker <sdavta...@gmail.com> wrote: > if you are sure those changes got no value you can also: > git reset --hard (that will remove the changes you have) >
Hi Thanks That was easy :-) > git reset --hard Checking out files: 100% (29011/29011), done. HEAD is now at d575613 scsi(4): Add a missing 'break'. > git pull remote: Counting objects: 9, done. remote: Compressing objects: 100% (5/5), done. remote: Total 5 (delta 4), reused 0 (delta 0) Unpacking objects: 100% (5/5), done. >From git://git.dragonflybsd.org/dragonfly 04db1b2..c921db9 master -> origin/master Updating d575613..c921db9 Fast-forward lib/libc/uuid/uuid_name_lookup.c | 2 +- share/misc/bsd-family-tree | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) > --Siju