bench get-app https://github.com/NexTash/posawesome
bench setup requirements
bench --site restaurant.powersoftsystem.com install-app posawesome
bench build --app posawesome

bench --site restaurant.powersoftsystem.com uninstall-app posawesome

bench uninstall-app posawesome

bench --site restaurant.powersoftsystem.com migrate

[if you want to change the branch]
go to the repository in the like: apps/posawesome

1-- git remote set-branches upstrem '*' (this will set the remote to all branches)
2-- git fetch --all --unshallow
OR
2-- git fetch --all (this will pull all repositories)
3-- git checkout <branch-name> (as: git checkout pizzaman-v14-live)
[END]