Git does not commit -
i try commit changes , keep getting this:
# on branch master nothing commit (working directory clean)
i do:
git add . git commit -a -m "test"
and error message before can git push
like message says, doesn't there changes add cache, let alone commit anything. execute git status
see if changes exist (it shouldn't).
Comments
Post a Comment