• Git Guide
  • Spacewalk git web interface
  • Getting Started
  • Install Git
  • Clone the Spacewalk git repository
  • Commit Access
  • Identify Yourself
  • Things To Remember
  • Everyday Workflow
  • On branch master
  • Changes to be committed:
  • (use "git reset HEAD ..." to unstage)
  • deleted: Worker.java
  • new file: newfile
  • Changed but not updated:
  • (use "git add ..." to update what will be committed)
  • modified: SatManager.java
  • Commit Messages
  • Pushing Changes
  • Working Directly In Master
  • Creating Patches
  • Applying Patches
  • Understanding Branches
  • Managing Remote Branches
  • Difference Between Merge and Rebase
  • Resolving Conflicts
  • Cleaning Up A Confused Git Tree
  • Other Common Tasks
  • Tips
  • Building Test RPMs
  • Other Resources