From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
m (1 revision(s))
 
(No difference)

Latest revision as of 16:29, 24 May 2008

Purpose: To create a git repo for sharing your changes with others.

$user_name = "your FAS name"

Once you have access to people and want to do some work, from your local machine:

  • scp -r $user_name-fedora-web.git to $user_name@fedorapeople.org:~/public_html


Now, on fedorapeople.org and in ~/public_html:

  • ./$user_name-fedora-web.git/git-update-server-info


Make changes in your previous/regular working copy as usual (or create a working copy from your new repo, either way should work):

  • git add $my_changed_files
  • git commit -a -m"Case #: lorem ipsum dolar makes me smile"
  • git push $user_name@fedorapeople.org:~/public_html/$user_name-fedora-web.git


You can confirm: