Changes between Version 4 and Version 5 of HowToWorkWithGit
- Timestamp:
- 11/07/13 08:47:07 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToWorkWithGit
v4 v5 1 1 = Working with Git = 2 2 3 Here are some tips for developing GeoNetwork with Git.3 Here are some tips for developing !GeoNetwork with Git. 4 4 This is ''not'' a guide to Git or to version control in general. 5 5 6 Github is the hosting platform for Geonetwork and lots of information6 Github is the hosting platform for !GeoNetwork and lots of information 7 7 can be found on their website: https://help.github.com/ 8 8 … … 38 38 Go to HowToCompile. 39 39 40 == Forking Geonetwork (the preferred git way) ==40 == Forking !GeoNetwork (the preferred git way) == 41 41 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.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. 43 43 44 44 This will enable you to do checkouts, diffs, etc., very cheaply.