summaryrefslogtreecommitdiffstats
path: root/alias
diff options
context:
space:
mode:
Diffstat (limited to 'alias')
-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'