try this:
$ git clone repo@codeia.ph:testing.git $ cd testing $ vim index.html
$ git add -A $ git commit -m "i did something" $ git push origin master