Changes between Version 1 and Version 2 of GitHub
- Timestamp:
- 09/09/14 16:26:27 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GitHub
v1 v2 1 See https://github.com/postgis/postgis 1 The PostGIS source tree on !GitHub (https://github.com/postgis/postgis) is a mirror of the Subversion repository (http://svn.osgeo.org/postgis/). 2 3 To get the source from !GitHub, and start a configure: 4 {{{ 5 git clone https://github.com/postgis/postgis.git 6 cd postgis 7 ./autogen.sh 8 ./configure 9 }}} 10 To fork PostGIS to !GitHub to modify and test new features, follow the guideline [https://help.github.com/articles/fork-a-repo Fork A Repo].