13 Jan
2018
13 Jan
'18
12:36 p.m.
The automatic option on gitlab is to keep a personal copy in sync ("mirrored") with the original repo (but stops when you start doing local changes in your copy, iirc (does not rebase or merge), so overall I mostly use git pull too) which should be at https://gitlab.com/alvinpenner/inkscape/settings/repository
--
Mc
On 01/13/2018 01:26 PM, Eduard Braun wrote:
> 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
>
>
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>
>
>
> _______________________________________________
> Inkscape-devel mailing list
> Inkscape-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/inkscape-devel
>