summaryrefslogtreecommitdiffstats
path: root/alias
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-07 11:05:30 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-07 11:05:30 +0100
commit712e1f97252ce567d8e74bc5efc6e330f850b6b4 (patch)
tree73aeba998805b17c8dadb469485926b86f893635 /alias
parent76849342a720ea72e1afae6040445582dea3ae51 (diff)
Adds another alias
Diffstat (limited to 'alias')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
index 6d91c28..6bec05a 100644
--- a/alias
+++ b/alias
@@ -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'