diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:05:30 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:05:30 +0100 |
commit | 712e1f97252ce567d8e74bc5efc6e330f850b6b4 (patch) | |
tree | 73aeba998805b17c8dadb469485926b86f893635 | |
parent | 76849342a720ea72e1afae6040445582dea3ae51 (diff) |
Adds another 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' |