phpin your pathgit- your php projects should have phpunit installed
- download all files, rename them removing the
.shextension. chmod +xeach of them- copy
git-mrmandgit-ddevto a folder in your executable path e.g./usr/local/bin - copy
pre-commitandpre-pushto the.git/hooksfolder of any PHP projects you want to work with.
- the
pre-commithook will be run every time you attempt a commit - the
pre-pushhook will be run every time you attempt a push - you can use the shortcut
git mrmto:- switch from your working branch to master
- pull remote master
- switch to your working branch
- merge the now-updated master into your working branch
- push your working branch to a remote branch named after it
- you can use the shortcut
git ddevto:- do all git mrm things
- switch to your dev branch
- pull remote dev
- merge your working branch into dev
- push dev to remote dev
Tests for (in this order):