From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
#git clone ssh://git.fedorahosted.org/git/autoqa.git | #git clone ssh://git.fedorahosted.org/git/autoqa.git | ||
''' | '''Configure name and email ''' | ||
#$ git config -f $HOME/.gitconfig user.name "Liam Li" | #$ git config -f $HOME/.gitconfig user.name "Liam Li" | ||
#$ git config -f $HOME/.gitconfig user.email "lili@redhat.com" | #$ git config -f $HOME/.gitconfig user.email "lili@redhat.com" |
Revision as of 06:14, 12 August 2010
Update Auto Install
Upload the authentication key
- [liam@localhost ~]$ pwd
- /home/liam
- [liam@localhost ~]$ ssh-keygen -t rsa
- upload the /home/liam/.ssh/id_rsa.pub to
Clone the source code
Configure name and email
- $ git config -f $HOME/.gitconfig user.name "Liam Li"
- $ git config -f $HOME/.gitconfig user.email "lili@redhat.com"
Add files
- [liam@localhost autoqa]$ pwd
- /home/liam/autoqa
- [liam@localhost autoqa]$ git add tests/anaconda/*
- [liam@localhost autoqa]$ git commit -a
- [liam@localhost autoqa]$ git pull
- [liam@localhost autoqa]$ git push origin liam
- [liam@localhost autoqa]$ git push ssh://git.fedorahosted.org/git/autoqa.git master
- Enter passphrase for key '/home/liam/.ssh/id_rsa':