Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Apache Nutch uses the Git version control system. There are two alternativesoptions

...

  1. git add file1 file2
  2. git commit -m "message describing change." 
  3. git push -u origin trunkmaster

Suggested User Contribution Workflow

...