From Fedora Project Wiki

< User:Liam

Revision as of 05:39, 12 August 2010 by Liam (talk | contribs) (Created page with '1. git clone ssh://git.fedorahosted.org/git/autoqa.git 2.[liam@localhost ~]$ pwd /home/liam [liam@localhost autoqa]$ ssh-keygen -t rsa upload the /home/liam/.ssh/id_rsa.pub to h...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

1. git clone ssh://git.fedorahosted.org/git/autoqa.git 2.[liam@localhost ~]$ pwd /home/liam [liam@localhost autoqa]$ ssh-keygen -t rsa upload the /home/liam/.ssh/id_rsa.pub to https://admin.fedoraproject.org/accounts/user/view/liam?_csrf_token=6bf109d302531f5a7a481f295a91e28741e172e8 3. $ git config -f $HOME/.gitconfig user.name "Liam Li" $ git config -f $HOME/.gitconfig user.email "lili@redhat.com"

4.[liam@localhost autoqa]$ pwd /home/liam/autoqa [liam@localhost autoqa]$ git add tests/anaconda/* 5. [liam@localhost autoqa]$ git commit -a 6. [liam@localhost autoqa]$ git pull 7. [liam@localhost autoqa]$ git push origin liam 7. [liam@localhost autoqa]$ git push ssh://git.fedorahosted.org/git/autoqa.git master Enter passphrase for key '/home/liam/.ssh/id_rsa':