restored testfile with git checkout HEAD^ testfile
commit7e789660bc9258920c32e92a1eb9b5e1117ae1dc
authorVictor B. Gonzalez <git.vcs.id24@vbgunz.com>
Mon, 14 Jan 2008 14:44:33 +0000 (14 09:44 -0500)
committerVictor B. Gonzalez <git.vcs.id24@vbgunz.com>
Mon, 14 Jan 2008 15:40:46 +0000 (14 10:40 -0500)
treeab4521db25b5da7a32e14067b8cc84f2d2c58edb
parent21e008cf6d551dcacee76d6fa4f960133eb83ccf
restored testfile with git checkout HEAD^ testfile

must remember the difference between
  git show HEAD^:/pathtofile        # only shows the difference
  git checkout HEAD^ /pathtofile    # will overwrite the file

was going to try commit --amend to fix a typo in the last commit message
never modify a public commit message! never!

the typo was in the url, axGit should be azGit

!!! before actually pushing this out into the public, I ran commit --amend
and am currently editing the LAST commit message with the opportunity of
completely deleting everything I have written prior... Or fixing typos...

best to git commit --amend on private NEVER public, now I know...

*** this is another --amend, pushed out after going public...
testfile