Re: [git-users] Problem with branch edits

2011-01-27 Thread Konstantin Khomoutov
On Wed, 26 Jan 2011 12:40:37 -0800 (PST) akaTreyT wrote: > 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

[git-users] Problem with branch edits

2011-01-26 Thread akaTreyT
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 NewBranc