Posting From Emacs

Today marks at least my 10th attempt at making Emacs my main editor. I’m trying harder this time however. For example, this entire post was composed and submitted directly from Emacs.
A co-worker has been using Emacs exclusively for 1 year and I’m drawing on his knowledge and experience to improve my conversion.
One element that was always off-putting in the past is my non-conventional typing skills. Largely self-taught, I don’t use the typical layout and maneuvers, which makes certain keystrokes Emacs is fond of rather annoying. However in the last 3 years I have done far more consistent typing which improved my speed, accuracy and flexibility.

I give myself one month :)

Obtuse error messages: git

The error message:

To ssh://user@host/path/to/repository
   c441eb7..a5705cd  master -> master
error: failed to push some refs to 'ssh://user@host/path/to/repository'

The error condition:

A hook script that does nothing. Either the script is empty or contains only comments.

Apparently git does not like useless hook scripts. Took me a good 10-15 minutes to deduce that was the problem ( thank you for pointing me in the proper direction with the error message!) :P