diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,2 +1,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' |