Suppose I have three files, one, two, and three. After initializing git and adding it to a remote repo, I now delete two.txt and modify three.txt. So while adding and committing now I have to do "git rm two.txt" and then go for "git add ."
My question is, do we have a command that can take all changes to staging area? Basically something like "git " that will update everything to stating area instead of manually having to delete.