Thread (1 message) 1 message, 1 author, 2016-06-15

Re: Question: git clone --no-checkout behavior

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:54:15

Bryan Turner [off-list ref] writes:
quoted
If you populated $GIT_DIR/index from the tree of HEAD, you would see
everything is deleted in the working tree.  You can simulate it by
doing this:

        git clone -n $over_there here
        cd here
        git read-tree HEAD
        git status

But it would not help people who want to check another branch out
immediately after cloning with -n, which is the whole point of the
option, so...
Is the reset call in my example in essence performing that same read-tree,
when it unstages the changes?
"git reset" (without any other parameters) reads the HEAD tree into
the index without touching the working tree, so I think it is
probably equivalent.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help