Markus Neteler wrote > Hi > > Anna Petrášová < > kratochanna@
> > schrieb am Mo., 15. Juli 2019, 05:57: > >> >> >> On Fri, Jul 12, 2019 at 12:50 PM Maris Nartiss < > maris.gis@ > > >> wrote: >> >>> The biggest question is – do we need PR notifications here. I would >>> vote for no. Better let's keep discussions in one place. >>> >> >> I agree, and I get the notifications: >> https://help.github.com/en/articles/watching-and-unwatching-repositories >> > > > Then please all promise to subscribe to the repo notifications and look at > them :) already subscribed. somekind related in https://trac.osgeo.org/grass/wiki/HowToGit there is mentioned: #### # <make local source code changes> vim ... # list local changes git status git add file1.c file2.py ... git commit -m 'my change with reasonable explanation...' #### at least here in the windows world of git I had to use #### git commit -am 'my change with reasonable explanation...' #### to add also the -a switch that anything happend .... :-D otherwise I get the message: #### $ git commit -m 'add missing dependencies libgraphite2.dll and libpcre-1.dll - see https://trac.osgeo.org/grass/ticket/3870' On branch wingrass_fixes Changes not staged for commit: modified: mswindows/osgeo4w/package.sh no changes added to commit #### ----- best regards Helmut -- Sent from: http://osgeo-org.1560.x6.nabble.com/Grass-Dev-f3991897.html _______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
