summaryrefslogtreecommitdiffstats
path: root/alias
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-06-03 15:57:10 +0100
committerMatthew Lemon <y@yulqen.org>2024-06-03 15:57:10 +0100
commit8689e047a008a10b6b1018a26da2fe2ee2bd05d4 (patch)
treea65656cfc205806c0807b18227d5f0df92b86b7e /alias
parent6ddfa537c84e65c7f713ff2ffb889fdfd17a50af (diff)
parent2851046fa6e18069120998781ef5391642920f22 (diff)
Merge branch 'postgres-migration'
Diffstat (limited to '')
-rw-r--r--alias1
1 files changed, 1 insertions, 0 deletions
diff --git a/alias b/alias
new file mode 100644
index 0000000..3741999
--- /dev/null
+++ b/alias
@@ -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'