User:Laubersm/Git talk at FUDCon F11

From FedoraProject

Jump to: navigation, search

my notes from attending the Git talk fudcon11:

git for dummies by dummies presented by Paul Frields

 yum install git-all

git-config program is deprecated

git config --global user.name 'Susan Lauber'

Get a copy of a repo

git clone ssh://git.fedorahosts.org/git/docs/install-guide

..missing stuff.. while checking gpg fingerprints...

useful git commands:

during commit edit msg

git commit is just committing to local repo git push actually pushes up

git-format-patch to generate a patch file

reverting: git reset

more recommended documentation: [Git Community Book]