gawkworkflow: This Manual

 
 Using This Book
 ===============
 
 This Info file has the following chapters and appendices:
 
    * SeeContributing describes how to start contributing to the
      'gawk' project.
 
    * SeeUsing Git introduces the Git distributed source code
      management system.
 
    * SeeConfiguring git describes some initial set-up you need to
      do before using Git seriously.
 
    * SeeDevelopment without commit access gets into the meat of the
      development workflow, describing how to work if you don't have
      commit access to the Savannah repository.
 
    * SeeDevelopment with commit access continues the discussion,
      covering what's different when you can commit directly to the
      Savannah repository.
 
    * SeeGeneral practices describes general development practices
      used by the 'gawk' development team.
 
    * SeeRepo Maintenance presents several different things you need
      to know about to keep your repo in good shape.
 
    * SeeDevelopment Stuff describes some important points you
      should be familiar with in order to participate in 'gawk'
      development and presents some tools that may make your work easier.
 
    * SeeCheat Sheet provides a short "cheat sheet" summarizing all
      the Git commands referenced in this Info file.
 
    * SeeResources provides a few pointers to Internet resources for
      learning more about Git.