[Gambas-user] I feel a deep resentment for git

Cristiano Guadagnino criguada at gmail.com
Fri Feb 4 15:07:37 CET 2022


Il giorno ven 4 feb 2022 alle ore 13:36 Gianluigi <bagonergi at gmail.com> ha
scritto:

>
> I wrote the part about gambasdevel only for completeness of information,
> because otherwise you could think that I do everything from fork.
> Anyway to avoid problems in the compilation of Gambas I use a drastic
> method of update, these are my commands:
> cd gambasdevel
> sudo make uninstall
> cd
> rm -rf gambasdevel/
> git clone --depth=1 https://gitlab.com/gambas/gambas.git gambasdevel
> cd gambasdevel
> ./reconf-all && ./configure -C
> make && LANG="C" sudo make install
>
>
>> git config --get remote.origin.url
>>
>>> I also have the gambas folder that comes from the fork on my remote
>>> server.
>>
>>
>> So you have forked Benoit's repo on Github and you "git pull" from your
>> own fork?
>>
>> If so, when you "git pull" from there, what updates are you expecting to
>> retrieve?
>>
>
> My fork is on GitLab, not GitHub
>
> Instead from the command 'git pull' I expect to get the update to the
> latest master :-/
>
>
Ok, things are somewhat clearer now.

So, open a CLI in the ~/gambas directory (where you issued the "git pull"
command) and type:
git config --get remote.origin.url

What do you get in reply?

Cris
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220204/2e30f1c6/attachment.htm>


More information about the User mailing list