I add files but nothing added to staging. As a result, I can not commit this newly added file. However if i change and diff/status a file that are already in the git repo, I can. How is that possible?
[ggankhuy@localhost SECURITY]$ git add <file>.py [ggankhuy@localhost SECURITY]$ git status # On branch branch1 nothing to commit, working directory clean [ggankhuy@localhost SECURITY]$ git commit --all -m "trying to add" # On branch branch1 nothing to commit, working directory clean [ggankhuy@localhost SECURITY]$ git push Everything up-to-date -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
