Disable git staging area
I really don't like the git staging area, it just makes my life unnecessarily confusing. Is it possible to disable it so that all edited and new files are in a single context? So that git diff shows the diff between the repository and my working directory (and I don't have to also type git diff --cached) and so that git ci checks in my whole working copy (not just the part that's staged). If not, alternatives (like setting up cofigurations) so that it appears that I don't have a staging are would be great too. I do not have the option of changing to a different DVCS and I don't want to learn