Last active
November 14, 2021 18:35
-
-
Save wtfil/e4d161ed963ff2092434 to your computer and use it in GitHub Desktop.
Poland git
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function пше () { | |
case $1 in | |
курва ) | |
shift; | |
git commit $@;; | |
пердоле ) | |
shift; | |
git push $@;; | |
подкурвич ) | |
shift; | |
git pull $@;; | |
*) | |
git $@;; | |
esac | |
} | |
# usage: | |
# пше курва | |
# пше пердоле | |
# пше подкурвич |
Спасибо)
…On Mon, Oct 28, 2019 at 4:17 PM johnny-b-good ***@***.***> wrote:
Жжошь, сцуко :) Задумался про git == пше и через гугл нашел.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<https://gist.github.com/e4d161ed963ff2092434?email_source=notifications&email_token=AAK26SFXTLEXCUUBSDJRQKLQQ3X6RA5CNFSM4JF2ZY5KYY3PNVWWK3TUL52HS4DFVNDWS43UINXW23LFNZ2KUY3PNVWWK3TUL5UWJTQAF3H3W#gistcomment-3067835>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAK26SFRU36M5BCPTK3NJJLQQ3X6RANCNFSM4JF2ZY5A>
.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Жжошь, сцуко :) Задумался про git == пше и через гугл нашел.