GRAY GHOST

Results 33 issues of GRAY GHOST

Please ask raygunray to draw a really cool simplistic logo for Better Art Direction ... or I would be happy to give it a go.

### Via Dave: "We'd have to get it into an SVN and then linked to the plugin directory. Maybe: https://github.com/deanc/wordpress-plugin-git-svn … might do the trick?" ### Via Dennis: "Dang!!!! Is...

I am in total agreement Mr. @davatron5000 that the global/single stuff is weird and confusing. Maybe have it header / footer instead?

[http://codepen.io/HugoGiraudel/full/d7a439ac945a29dcad9f02d831b731e6](http://codepen.io/HugoGiraudel/full/d7a439ac945a29dcad9f02d831b731e6)

enhancement

:link: [https://github.com/tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)

enhancement

[http://www.alexkras.com/19-git-tips-for-everyday-use](http://www.alexkras.com/19-git-tips-for-everyday-use)

enhancement

Search through commits and find a certain string which was introduced in any commit on any branch ``` bash $ git log -S'hello world' --source --all ``` Source: [http://stackoverflow.com/questions/5816134/git-finding-a-commit-that-introduced-a-string](http://stackoverflow.com/questions/5816134/git-finding-a-commit-that-introduced-a-string)

enhancement

[https://github.com/tiimgreen/github-cheat-sheet](https://github.com/tiimgreen/github-cheat-sheet)

enhancement

``` bash # Remove all untracked files and directories. $ git clean -fd ```

enhancement

Need to update this for WP4.1. [http://codex.wordpress.org/Title_Tag](http://codex.wordpress.org/Title_Tag)

enhancements