Skip to content

Instantly share code, notes, and snippets.

@szledan
Last active August 29, 2015 14:01
Show Gist options
  • Save szledan/aea768adc8c079cdce1c to your computer and use it in GitHub Desktop.
Save szledan/aea768adc8c079cdce1c to your computer and use it in GitHub Desktop.
git magyarosítás
#!/bin/bash
echo "[alias]" >> .git/config
echo " push = teddrá" >> .git/config
echo " blame = kivót" >> .git/config
git teddrá
git kivót
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment