Friends I had a file in the local repository. I deleted it and giving the git status the history is like this:
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
deleted: testeGit.java
How do I clean it? Make it cute, clean. I do not want the local file anymore, I want it only in github.