From Fedora Project Wiki

Revision as of 15:37, 21 June 2008 by Kwade (talk | contribs) (interim save)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

  1. Write some code
  2. Do git-init
  3. To commit, do git-commit
    • Do a short commit message (for first line browsers), then do more details below
      • The newline character is the marking point, the extra line space makes nice formatting
      • git shortlog
  4. git-config --global --list
    • git-config --global user.name "Foo Bar"
  5. git status
  6. git commit -a
    • Tells git to only stage files that have been modified or deleted, but ignores new files
  7. git clone http://katzj.fedorapeople.org/git/fudcontest.git