okay, the following sequence of commands appears to work:
git init git clone https://gitlab.com/inkscape/inkscape.git cd inkscape git pull https://gitlab.com/inkscape/inkscape.git
with this sequence, the following command works: C:\Users\penne_000\AppData\Roaming\InkscapeGit\inkscape>git describe --tags INKSCAPE_0_92_PRE1-1666-gd010732
I have not yet been able to confirm the pull command because nobody has yet committed anything since my clone, currently I get: C:\Users\penne_000\AppData\Roaming\InkscapeGit\inkscape>git pull https://gitlab.com/inkscape/inkscape.git
* branch HEAD -> FETCH_HEAD Already up-to-date.
I will try to confirm the pull command tomorrow, with fresh data. I wonder if someone could confirm this, or update the Inkscape documentation to include the necessary 'cd inkscape' command, because this command seems to be essential in order to make sure that the pull data goes into the correct location.
Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/two-trivial-questions-concerning-the-gitlab... Sent from the Inkscape - Dev mailing list archive at Nabble.com.