Show Menu
Cheatography

Web Dev Cheat Sheet (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

PhpUnit

phpunit --cove­rag­e-text
phpunit --cove­rag­e-html <output path>
   

Git

git branch --no-m­erged
git log --oneline --graph --all --decorate --abbr­ev-­commit
git log <br­anc­h1>...<­br­anc­h2>