added the following to .git/config
commit709d06d6e9b024f904378f25ef1ac58222343ad4
authorVictor B. Gonzalez <git.vcs.id24@vbgunz.com>
Mon, 14 Jan 2008 14:17:54 +0000 (14 09:17 -0500)
committerVictor B. Gonzalez <git.vcs.id24@vbgunz.com>
Mon, 14 Jan 2008 14:17:54 +0000 (14 09:17 -0500)
treeab4521db25b5da7a32e14067b8cc84f2d2c58edb
parent1cb4f9533ac8208036c9f32b68f9cb964bb49855
added the following to .git/config

[remote "public"]
  ssh://repo.or.cz/srv/git/azGit.git

now, I can replace the following
  git push ssh://repo.or.cz/srv/git/axGit.git

  with:
  git push public [HEAD]
testfile