summaryrefslogblamecommitdiffstats
path: root/alias
blob: 6bec05a931cab8b7c6a3c053d97d6568a8840f62 (plain) (tree)
1
2
3
                                                                                                                                                         
                                                                         
                                       
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'
alias watchpods='watch -n1 oc get pods'