no, I used the pull command. The normal command I use is as follows:
..............................................................................
C:\Users\penne_000\AppData\Roaming\InkscapeGit>git pull https://gitlab.com/inkscape/inkscape.git remote: Counting objects: 75, done. remote: Compressing objects: 100% (39/39), done. remote: Total 75 (delta 56), reused 55 (delta 36) Unpacking objects: 100% (75/75), done.
* branch HEAD -> FETCH_HEAD Updating 213013a..d010732 Fast-forward share/ui/CMakeLists.txt | 2 +- share/ui/commands-toolbar.ui | 38 +++ share/ui/menus.xml | 304 +++++++++++++++++++++++ share/ui/select-toolbar.ui | 383 +++++++++++++++++++++++++++++ share/ui/snap-toolbar.ui | 28 +++ share/ui/tool-toolbar.ui | 39 +++ src/io/resource.cpp | 36 ++- src/io/resource.h | 2 + src/widgets/toolbox.cpp | 563 ++++--------------------------------------- 9 files changed, 875 insertions(+), 520 deletions(-) create mode 100644 share/ui/commands-toolbar.ui create mode 100644 share/ui/menus.xml create mode 100644 share/ui/select-toolbar.ui create mode 100644 share/ui/snap-toolbar.ui create mode 100644 share/ui/tool-toolbar.ui ........................................................................................................ this gives me the history in the form:
C:\Users\penne_000\AppData\Roaming\InkscapeGit>git log commit d010732ae4710cd01b7fbe335663a0920055adbd Merge: 213013a aa0f0c0 Author: Martin Owens <doctormo@...400...> Date: Fri Jun 23 11:42:10 2017 -0400
Merge branch 'ui-files-for-ui-xml'
-- 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.