diff options
author | Matthew Lemon <y@yulqen.org> | 2024-06-03 15:57:03 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-06-03 15:57:03 +0100 |
commit | 2851046fa6e18069120998781ef5391642920f22 (patch) | |
tree | a65656cfc205806c0807b18227d5f0df92b86b7e /alias | |
parent | 308a79cb6843eaa5e31ce3a792badfe905291715 (diff) |
More changes to Docker file to get RHEL to build and alias file
Diffstat (limited to '')
-rw-r--r-- | alias | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +alias gitty='git pull && git checkout main && git pull && git merge postgres-migration && git checkout postgres-migration && git rebase main && git push' |