blob: 6d91c28da293b7a02433093a96daf0541817de63 (
plain) (
blame)
1
2
|
alias gitty='git pull && git checkout main && git pull && git merge postgres-migration && git checkout postgres-migration && git rebase main && git push'
alias deletepods='oc delete pod --field-selector=status.phase==Succeeded'
|