I create a project in Xcode and do the following in terminal:

cd to the project path
git init
nano .gitignore (fill in the ignore files)
git add .
git commit -m "init commit"

git branch NewBranch
git checkout NewBranch

edit the files

git checkout master

the problem is the edits on the NewBranch are shown on the master.
Sure I'm missing a step or two, any ideas?

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to