Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2013 14:11
Pull localeapp translations and commit
function loc {
git stash
localeapp pull && git commit -am "Pulled new translations from localeapp"
git stash pop
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment