@ -24,7 +24,9 @@ alias ga. = git add .
alias gu = git pull
def `git yeet` [] {
git add .; git commit -m (http get https://whatthecommit.com/index.txt); git push
git add .
git commit -m (http get https://whatthecommit.com/index.txt)
git push
}
alias gy = git yeet
{{/if-installed}}