[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Now commit [Was: Re: git for beginners: checkout d-i git repo]



Quoting Holger Wansing (linux@wansing-online.de):

> These days I wanted to do my first mr|git commit, but I'm not sure how to:
> 
> ---------------------%<---------------------
> debian-installer/installer/doc/i18n$ mr commit -m "Add Guillem Jover as translator for ca d-i manual"
> mr commit: no repositories found to work on
> --------------------->%---------------------
> 
> 'mr diff' or 'mr status' returns the same message.
> 
> What's the procedere for this?
> Is there some docu on how to use mr|git for this repo?
> I couldn' find anything in the repo...


I use standard git or svn commands to commit, depending in which
repository I intend to commit.

For instance, here:

git add languages.xml
git commit -m "Add Guillem Jover as translator for ca d-i manual"
git push

(you can do the "git push" only once after many atomic commits)

Attachment: signature.asc
Description: Digital signature


Reply to: