Thread (16 messages) flat view 16 messages, 5 authors, 2016-06-15

Re: git branch --switch?

From: Brian Gernhardt <hidden>
Date: 2016-06-15 22:43:05

On Apr 17, 2007, at 10:21 AM, Alex Riesen wrote:
Kind of. It can be done with git-read-tree. I.e.:

 $ git-read-tree --index-output=.git/tmp-index <branch-name> && \
    mv tmp-index .git/index && \
    git update-ref HEAD <branch-name>
This does not appear to do what you think it will.  git update-ref  
will write the SHA1 of <branch-name> into the current HEAD, not  
switch HEAD to a new branch.

However, the first two lines will correctly update the index to the  
new head which is probably a good idea.

~~ Brian
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help