diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:06:28 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-07 11:06:28 +0100 |
commit | a83a50b93b56bd706c0737042802b8c546012170 (patch) | |
tree | 73aeba998805b17c8dadb469485926b86f893635 | |
parent | dad618d6c7fd27db276c404fd2f7a3e1ede96cc0 (diff) | |
parent | 712e1f97252ce567d8e74bc5efc6e330f850b6b4 (diff) |
Merge branch 'postgres-migration'
-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' |