Skip to content

Instantly share code, notes, and snippets.

@wtfil
Last active November 14, 2021 18:35
Show Gist options
  • Select an option

  • Save wtfil/e4d161ed963ff2092434 to your computer and use it in GitHub Desktop.

Select an option

Save wtfil/e4d161ed963ff2092434 to your computer and use it in GitHub Desktop.
Poland git
function пше () {
case $1 in
курва )
shift;
git commit $@;;
пердоле )
shift;
git push $@;;
подкурвич )
shift;
git pull $@;;
*)
git $@;;
esac
}
# usage:
# пше курва
# пше пердоле
# пше подкурвич
@johnny-b-good
Copy link
Copy Markdown

Жжошь, сцуко :) Задумался про git == пше и через гугл нашел.

@wtfil
Copy link
Copy Markdown
Author

wtfil commented Oct 29, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment