restored testfile with git checkout HEAD^ testfile
commit7cd0559c89d10881e55e61f429d5d773bdc61af5
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 14:48:22 +0000 (14 09:48 -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...
testfile