git status shows staged files but git commit says nothing to commit -
git status shows staged files but git commit says nothing to commit -
i added stage lot of files (renamed, deleted , new files).
when git status, have lot of files staged commited in green, when git commit, says there nil commit... wrong? hope not lose changes.
git status on branch develop changes committed: (use "git reset head <file>..." unstage) new file: docs/file1 new file: docs/file2 new file: docs/file3 modified: webapp/file1.py modified: webapp/file2.py # etc... git commit -m "commit message" on branch develop nil commit, working directory clean
if git log, see commit weird still see files in stage when git status.
git log commit 3a2b50f1f48912fc156504b82328fdcc3d6e2333 author: mike date: tue oct 7 15:28:06 2014 -0500 commit message
git
Comments
Post a Comment