Skip to content

Instantly share code, notes, and snippets.

@wtfil
Last active November 14, 2021 18:35
Show Gist options
  • Star 12 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtfil/e4d161ed963ff2092434 to your computer and use it in GitHub Desktop.
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

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

@wtfil
Copy link
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