Improve formatting for git yeet

main
Julius Riegel 2 months ago
parent eab4b3dc27
commit 97f50a6209

@ -24,7 +24,9 @@ alias ga. = git add .
alias gu = git pull alias gu = git pull
def `git yeet` [] { 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 alias gy = git yeet
{{/if-installed}} {{/if-installed}}

Loading…
Cancel
Save