On Thu, Jan 5, 2012 at 5:09 PM, René Doß <doss@xxxxxx> wrote: > I have a clean derectory ang the git database. Now I want check out the > master. > The master is the last commit. The files name are displayed but not stored > out in directory. > > Why can not I check out? try "git checkout ." but be careful because this command overwrites any changes you have in the directory. > > red@linux-nrd1:~/iso/a> ls -a > . .. .git > red@linux-nrd1:~/iso/a> git checkout master > D SP601_RevC_annotated_master_ucf_8-28-09.ucf > D rtl/ether_speed.vhd > D rtl/ether_top.vhd > D rtl/ether_tx.vhd > D rtl/takt.vhd > D sim/makefile > D sim/tb_ether_top.vhd > Already on 'master' > red@linux-nrd1:~/iso/a> ls > red@linux-nrd1:~/iso/a> -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html