Changes between Version 4 and Version 5 of HowToWorkWithGit


Ignore:
Timestamp:
Nov 7, 2013, 8:47:07 AM (10 years ago)
Author:
ticheler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowToWorkWithGit

    v4 v5  
    11= Working with Git =
    22
    3 Here are some tips for developing GeoNetwork with Git.
     3Here are some tips for developing !GeoNetwork with Git.
    44This is ''not'' a guide to Git or to version control in general.
    55
    6 Github is the hosting platform for Geonetwork and lots of information
     6Github is the hosting platform for !GeoNetwork and lots of information
    77can be found on their website:  https://help.github.com/
    88
     
    3838Go to HowToCompile.
    3939
    40 == Forking Geonetwork (the preferred git way) ==
     40== Forking !GeoNetwork (the preferred git way) ==
    4141
    42 Serious developers, particularly those working in a team, who want to make non-trivial contributions to GeoNetwork will want to fork geonetwork on github.  See the github instructions: https://help.github.com/.  There are good guides on setting up Git as well as how to fork repositories (like Geonetwork) and how to make pull requests.
     42Serious developers, particularly those working in a team, who want to make non-trivial contributions to !GeoNetwork will want to fork !GeoNetwork on github.  See the github instructions: https://help.github.com/.  There are good guides on setting up Git as well as how to fork repositories (like !GeoNetwork) and how to make pull requests.
    4343
    4444This will enable you to do checkouts, diffs, etc., very cheaply.