Re: [git-users] Not able to fetch code from submodules in a git repo using tag

2017-01-03 Thread Philip Oakley
What is the command sequence you use? (with the cd top-level, and git status to start it with a context) I am not sure that I would expect that requesting a tag name which is identical for both the repo you are in, and for a sub-module of it, could fetch the sub-module tag. Having a command se

[git-users] Other than gitignore, what could be causing a file to not be pushed to remote repo?

2017-01-03 Thread AD S
I was working on updating a couple of .css and a .html file and pushed them to my remote repo. The .css files appear to have transitioned fine, but not the updates to my .html file. I looked in gitignore and saw that there was nothing affecting this .html file. It should push. If I change somet