[Debian-handbook-translators] Translate to Indonesian
Raphael Hertzog
hertzog at debian.org
Tue Jan 15 09:37:02 UTC 2013
On Tue, 15 Jan 2013, Zaki Akhmad wrote:
>
> > Ok, great. Then the next "git push" will send your changes to the central
> > repository.
>
> I've done
>
> $ publican update_po --langs=id-ID
> $ add id-ID/*.po
> $ git commit -m "id_ID: Start new translation"
>
> but I can't push it
>
> $ git push origin
>
> remote: *** You're not allowed to modify the master branch. Translations
> happen on squeeze/master for now.
The error message tells you that you should use another branch. You should
do the above steps while you're on the squeeze/master branch.
You can abandon your commit on the master branch and then switch to the
squeeze/master branch to start over :
$ git reset --hard origin/master
$ git checkout squeeze/master
Cheers,
--
Raphaël Hertzog ◈ Debian Developer
Get the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/
More information about the Debian-handbook-translators
mailing list