Skip to content

Instantly share code, notes, and snippets.

Created July 4, 2013 14:11
Show Gist options
  • Save anonymous/5928129 to your computer and use it in GitHub Desktop.
Save anonymous/5928129 to your computer and use it in GitHub Desktop.
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