Wednesday, April 20, 2016

Vim command to exit after Git amend

In Vim, Press Esc then type :wq and Enter.
You are done and return to Git screen...

No comments:

Post a Comment

Wordpress debug log function

Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...