Re: [git-users] Warning: you are leaving 30 commits behind, not connected to any of your branches:

2012-08-17 Thread Fred
I think I have good understanding how submodules work. But still don't get why those commits are "not connected to any branches". Why I am getting this warning? What I'm doing wrong? IMHO it should just do checkout master without warning. On Friday, August 17, 2012 4:52:43 PM UTC+2, Konstantin

Re: [git-users] Warning: you are leaving 30 commits behind, not connected to any of your branches:

2012-08-17 Thread Konstantin Khomoutov
On Fri, 17 Aug 2012 06:35:24 -0700 (PDT) Fred wrote: > I've cloned a fresh repo with submodules and then cd library/module > && git checkout master > > it gives me a warning and I don't understand why and how to avoid it? > > Warning: you are leaving 30 commits behind, not connected to > any o

[git-users] Warning: you are leaving 30 commits behind, not connected to any of your branches:

2012-08-17 Thread Fred
Hello, I've cloned a fresh repo with submodules and then cd library/module && git checkout master it gives me a warning and I don't understand why and how to avoid it? Warning: you are leaving 30 commits behind, not connected to any of your branches: 2553655 Merge branch 'master' into prod