- Put in
~/swi-bin
. - Add do
PATH
- ???
- Profit!
miq-run
- run manageiq in new terminalsmiq-update
- update manageiqswi-update
- update the swi-bin repomiq-check
- check repos for common problemsmiq-db-init
- add some data to database
git pause
- likegit stash
except it creates a temporary commit on the current branchgit resume
- likegit stash apply
forgit pause
git where-pr <commit>
- opens github with the PR containing the mentioned commitgit branch-name
- outputs the name of the current branchgit up
- updates master from upstream