[git-users] Git branching does nothing

2011-10-10 Thread JP
Hi guys, I am experiencing something very weird with my Git installation. My setup is this: Shared Repo on GitHub. * I have cloned this to my local computer into master * Using the command git branch newLogin I have created a new branch from main called newLogin. * Using the command git checkout

Re: [git-users] Git branching does nothing

2011-10-10 Thread Jeremiah Dodds
On Mon, Oct 10, 2011 at 5:48 PM, JP jetp...@yahoo.com wrote: What am I doing wrong? Have I completely misunderstood a very basic concept in Git? I don't remember previous versions of Git acting like this. As far as I know, they did. You have to commit files in the branch for their changes