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

Re: question concerning branches

From: Bruce Stephens <hidden>
Date: 2016-06-15 22:47:17

ib@wupperonline.de (Ingo Brueckl) writes:
I'm a git novice and have a comprehension question concerning branches.

Within a git repository, I do:

  git branch test
  git checkout test
  # edit foo.bar
  git checkout master

I'd expect that master is in the exactly same unchanged state it was at
branching time, but what a surprise, foo.bar is modified here, too!
You didn't commit your change to foo.bar.

[...]
What must I do to get a test branch I can't work without affecting master?
commit changes.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help