From Fedora Project Wiki

< CraigThomas

Revision as of 14:13, 24 May 2008 by fp-wiki>ImportUser (Imported from MoinMoin)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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: