On Sun, Jun 06, 2010 at 09:10:44AM -0400, Eli Barzilay wrote:
There are a number of these things that I asked about recently.
Here's another similarly one:
$ git add foo
$ git status -s
M foo
$ git commit --amend foo
# On branch master
# No changes
$ git status -s
M foo
I'm confused. Is there some context for when you are issuing these
commands? Because the "git commit --amend foo" should actually commit
foo, and does for me.
-Peff