diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-04 16:10:38 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-04 16:10:38 +0100 |
commit | 036d104bc54921f1232ab0d00e24a1a8f7b91361 (patch) | |
tree | 488e10a788513603f1dd915806f3626d65f17e6b /alias | |
parent | 3eeb8baef2a6756aafef4ad2a32d541a55f6ce77 (diff) |
adds an alias
Diffstat (limited to '')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ 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' |