summaryrefslogtreecommitdiffstats
path: root/alias
blob: 3741999c8fc3f54aa3e2c0c0d46e4a6022ad1b7b (plain) (blame)
1
alias gitty='git pull && git checkout main && git pull && git merge postgres-migration && git checkout postgres-migration && git rebase main && git push'