Adding a line reminding user to push up commits

This commit is contained in:
Christopher Allan Webber 2012-01-29 13:32:41 -06:00
parent f62b697eb2
commit 76d6323fff

View File

@ -49,3 +49,5 @@ echo "==> Committing to git"
git add mediagoblin/i18n/
git commit -m "Committing extracted and compiled translations" || true
echo "... done. Now consider pushing up those commits!"