[Fedora-livecd-list] my livecd-tools git notes

Jeremy Katz katzj at redhat.com
Tue Aug 21 19:41:45 UTC 2007


On Mon, 2007-08-20 at 17:26 -0500, Douglas McClendon wrote:
> Anyway, FWIW, here are the notes I made to myself while learning the 
> second minimal level of git functionality.  Obviously no need for a 
> livecd-tools rehash of the fine git tutorials and docs already 
> available.  Or at least not for anything much more complicated than
> what is attached.

One little addition for anyone else who might be in the same boat.

> # set identity (commit complains if not set)
> git config user.email "dmc at filteredperception.org"
> git config user.name "Douglas McClendon"

You can use "git config --global" to set this globally and not have to
do so on a per-project basis.

Jeremy




More information about the livecd mailing list