gltn / stdm

STDM is a free and open source pro-poor land recordation system based on QGIS, PostgreSQL and PostGIS.
http://stdm.gltn.net/
GNU General Public License v2.0
30 stars 30 forks source link

Git pull created an STDM sub-folder on the existing STDM parent folder #398

Closed pgathogo closed 3 years ago

pgathogo commented 3 years ago

When I did a git pull on my local master branch, the upstream master was created as a sub-folder on my local parent STDM folder. Is this the normal behavior with the new master branch?

gkahiu commented 3 years ago

Yes, this is in line with the best practices for QGIS plugin development so that dev (and other automation) scripts and files can be separated from the core plugin files, with the former not having to be incorporated in the plugin package.