Hi Alvin


Am 13.01.2018 um 12:38 schrieb alvinpenner:
1. now that is obsolete, and I would like to sync it with current Inkscape
to bring it uptodate. Is there a button for this?
There is some functionality to do this via the GitLab GUI, see Settings -> Repository -> Pull from a remote repository (I've never used any of them, though)

The typical workflow (assuming you have a local checkout of the repository on your computer) would be to
  1. add the original Inkscape repository as a "remote"
    git remote add remote-name repository-url
  2. then pull current code from the Inkscape repository
    git pull --rebase remote-name remote-branch
  3. and finally push the changes to you fork.
    git push your-remote

2. alternatively, I would like to delete the repository and start over. Can
I delete it?
Settings -> Repository ->General -> Advanced Settings -> Remove project

3. also, the original Fork button that I used appears to be gone, is it
still possible to fork code?
It's still there in the header at https://gitlab.com/inkscape/inkscape
(under the project logo / name, second button from the left)

Regards,
Eduard