git seems not to want to push a folder? -
git has been working charm until small problem.
i have copied spanish locale folder local directory structure git seems not want push repo?
these commands used:
git checkout dev
(moved folder place)
git add . git commit -m 'message' git checkout master git merge dev git push *** --all
these work other files ?
any idea how can rewind , push again easily?
thanks in advance,
are there files in folder? if not, that's why doesn't push repo.
Comments
Post a Comment