how guys i have 7 folders - 

1 - main
6 subfolders for any projects

the thing is, the another 6 folders git work perfect

but if i try do a commit in the main, always apper that

git status
# On branch master
# Changes not staged for commit:
#   (use "git add <file>..." to update what will be committed)
#   (use "git checkout -- <file>..." to discard changes in working 
directory)
#   (commit or discard the untracked or modified content in submodules)


i tried use  git commit -am  , git commit add .

but always dont get this commits, so what can i do?

cheers.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to