cd git/kohadevbox
vagrant up
vagrant ssh
git bz apply XXXXX
git add
git commit -s
git bz attach -e XXXXX HEAD
git bz attach -e XXXXX HEAD~Y..
cd kohaclone
git fetch origin master:master
git checkout origin/master
reset_all
restart_all
By aleisha