nap (remote)
nap stop APP
apps/APP (local)
git checkout stable
git push REMOTE stable
git branch -d master
repositories/REPO (remote)
git symbolic-ref HEAD refs/heads/stable
git branch -d master
apps/APP (local)
git remote prune REMOTE
nap (remote)
vim naprc # stable
git fetch --all
git checkout stable
git branch -d master
git remote prune origin
nap update APP
nap start APP