Aw: Re: [git-users] Won't push

2011-05-23 Thread Thomas Ferris Nicolaisen
Konstantin beat me to it. I suspect that 'wn' is 'webbynode '. git commit -a is synonymous to doing a commit after doing git add -u (adds all changes for files already tracked). -- You received this message because you are subscribed to the Go

Re: [git-users] Won't push

2011-05-23 Thread Konstantin Khomoutov
On Mon, May 23, 2011 at 12:38:10PM -0700, Shawn Lindsey wrote: > New to git. Often in my workflow I will do a >> git add . ... then I > will do a >> git commit -m "Change" then I will do a >> push > > Sometimes I get this message ... (below) > > Cannot push because you have pending change

Re: [git-users] Won't push

2011-05-23 Thread Blu Dragon
On 05/23/11 15:38, Shawn Lindsey wrote: Hi all, New to git. Often in my workflow I will do a>> git add . ... then I will do a>> git commit -m "Change" then I will do a>> push Sometimes I get this message ... (below) Cannot push because you have pending changes. Do a git commit or add

[git-users] Won't push

2011-05-23 Thread Shawn Lindsey
Hi all, New to git. Often in my workflow I will do a >> git add . ... then I will do a >> git commit -m "Change" then I will do a >> push Sometimes I get this message ... (below) Cannot push because you have pending changes. Do a git commit or add changes to .gitignore. I fix it by doing