Tag Archives: shortcut
Git Alias – ignore all whitespace
A talk at last year’s Chicago Code Camp spoke about Git aliases. Up until now I used shell aliases in the (wonderful) MINGW32 Git Bash shell, so “$ gs” is $ git status. $ git diff is something I use … Continue reading
A New WordPress Install
Get the storage folder; redirect the domain there; Get the code into the target dir: $ svn co http://core.svn.wordpress.org/tags/2.9 . Copy wp-config.php $ cp wp-config-sample.php wp-config.php Get new secret keys: https://api.wordpress.org/secret-key/1.1/ Edit wp-config.php $ vi wp-config.php Change dbname, hostname, password. … Continue reading