I initiated git, then used following command to add all the files in commit.
git add * git commit -m "Starting project modifications" but still there is .htaccess file as untracked, I don't know why it was not added now I want to add it to my last commit. How can I add it without doing another commit.