From 712e1f97252ce567d8e74bc5efc6e330f850b6b4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Fri, 7 Jun 2024 11:05:30 +0100 Subject: Adds another alias --- alias | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v1.2.3