jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

git tutorial #3

Closed ViditChitkara closed 6 years ago

ViditChitkara commented 6 years ago

closes #1

sassalley commented 6 years ago

Just so I can learn for future reference - what does the addition of the + do? Further - is there any documentation on it? Thanks!

pierreroudier commented 6 years ago

@sassalley The + and - signs show what has been added and removed from the original file by a given commit or pull request.

In this case, @ViditChitkara's pull request is only adding 2 new blank lines (which I assume is a git manipulation error given the name of the PR).

sassalley commented 6 years ago

Given that there are no formal changes to the code i'm going to close the PR.