summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-07 11:06:28 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-07 11:06:28 +0100
commita83a50b93b56bd706c0737042802b8c546012170 (patch)
tree73aeba998805b17c8dadb469485926b86f893635
parentdad618d6c7fd27db276c404fd2f7a3e1ede96cc0 (diff)
parent712e1f97252ce567d8e74bc5efc6e330f850b6b4 (diff)
Merge branch 'postgres-migration'
-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'