From Fedora Project Wiki
Update Auto Install
Upload the authentication key
- $ pwd
- /home/liam
- $ 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
- $ pwd
- /home/liam/autoqa
- $ git add tests/anaconda/*
- $ git commit -a
- $ git pull
- $ git push origin liam
- $ git push ssh://git.fedorahosted.org/git/autoqa.git master
- Enter passphrase for key '/home/liam/.ssh/id_rsa':