Hi Alvin
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)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?
git remote add remote-name repository-url
git pull --rebase
remote-name
remote-branch
git push your-remote
Settings -> Repository ->General -> Advanced Settings -> Remove project2. alternatively, I would like to delete the repository and start over. Can I delete it?
It's still there in the header at https://gitlab.com/inkscape/inkscape3. also, the original Fork button that I used appears to be gone, is it still possible to fork code?