Sublime Text 3 has the feature that it shows diff markers on the left hand side, like so:
My config file is the default, "git_diff_target": "index"
.
But after I git commit a file, the markers are still there, is there a way to get rid of them? Git should've updated it's index after the commit.