Re: [GRASS-dev] silly question

2020-03-05 Thread Michael Barton
Yes. Maybe we should update the WIKI to clarify too. Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Head, Graduate Faculty in Complex Adaptive Systems Science Arizona State

Re: [GRASS-dev] silly question

2020-03-05 Thread Vaclav Petras
On Thu, Mar 5, 2020 at 7:51 AM Anna Petrášová wrote: > > > On Wed, Mar 4, 2020 at 11:29 PM Michael Barton > wrote: > >> See >> >> https://trac.osgeo.org/grass/wiki/HowToGit >> >> For example: >> >> git clone g...@github.com:your_GH_account/grass-addons.git >> cd grass-addons/ >> git remote add

Re: [GRASS-dev] silly question

2020-03-05 Thread Anna Petrášová
On Wed, Mar 4, 2020 at 11:29 PM Michael Barton wrote: > See > > https://trac.osgeo.org/grass/wiki/HowToGit > > For example: > > git clone g...@github.com:your_GH_account/grass-addons.git > cd grass-addons/ > git remote add upstream g...@github.com:OSGeo/grass-addons.git > > does not work for me

Re: [GRASS-dev] silly question

2020-03-04 Thread Michael Barton
See https://trac.osgeo.org/grass/wiki/HowToGit For example: git clone g...@github.com:your_GH_account/grass-addons.git cd grass-addons/ git remote add upstream g...@github.com:OSGeo/grass-addons.git does not work for me at least. It needs to

Re: [GRASS-dev] silly question

2020-03-04 Thread Vaclav Petras
Thanks Anna for identifying this. Looks likely. Markus, Michael, I don't see the bad URL anywhere on Trac wiki, grasswiki, or in CONTRIBUTING.md file (as far as search works for URLs, it does at least for Trac). Michael, The CONTRIBUTING.md file has SSH URL for your fork and HTTPS for the OSGeo

Re: [GRASS-dev] silly question

2020-03-04 Thread Markus Neteler
Michael, Michael Barton schrieb am Mi., 4. März 2020, 19:11: > Thanks Luca, > > I also found someone here that pointed that out. I originally got > instructions from the GRASS WIKI. > Which URL? Markus There is either an error or it is something that does not work for Macs. > The examples

Re: [GRASS-dev] silly question

2020-03-04 Thread Michael Barton
Maybe. The assumption needs to be explicit soponce not everyone will have set up their github account with ssh. Michael Barton School of Human Evolution Change Center for Social Dynamics & Complexity Arizona State University ...Sent from my iPad On Mar 4, 2020, at 6:09 PM, Anna Petrášová

Re: [GRASS-dev] silly question

2020-03-04 Thread Anna Petrášová
Perhaps caused by some mixing of cloning with HTTPS vs SSH? git clone g...@github.com:petrasovaa/grass.git git clone https://github.com/petrasovaa/grass.git The instructions assume ssh. On Wed, Mar 4, 2020 at 7:11 PM Michael Barton wrote: > Thanks Luca, > > I also found someone here that

Re: [GRASS-dev] silly question

2020-03-04 Thread Michael Barton
Thanks Luca, I also found someone here that pointed that out. I originally got instructions from the GRASS WIKI. There is either an error or it is something that does not work for Macs. The examples use a colon to indicate the repository owner instead of a slash. I had fixed that for the

Re: [GRASS-dev] silly question

2020-03-04 Thread Luca Delucchi
Hi Michael, On Wed, 4 Mar 2020 at 19:49, Michael Barton wrote: > > I want to do something that should be simple but it is not. I want to be able > to update my fork of GRASS source code from master. The wiki instructions say > I should be able to do this with: > > git fetch upstream > git

Re: [GRASS-dev] silly question

2020-03-04 Thread Michael Barton
To clarify, I do not want to commit any local changes. I just want to get a clean update of the most current code and I want it to overwrite any local changes (I can stash them). Michael C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of