If I have two branches, "master" and "secret_feature", if I add a bunch of text to the master branch (but don't commit), and then close the window, then go to the command line and type "git checkout secret_feature" if I then go to the same file after this checkout, the same text is still there.
Do I need to commit it or something? Why is it preserving it?