[Gambas-user] Switching to GitLab

Jussi Lahtinen jussi.lahtinen at ...626...
Tue Aug 22 22:38:36 CEST 2017


How do I update sources overwriting local changes?


Jussi

On Sun, Aug 20, 2017 at 11:38 PM, Jussi Lahtinen <jussi.lahtinen at ...626...>
wrote:

> OK, that solves the problem. Thanks!
>
>
> Jussi
>
> On Sun, Aug 20, 2017 at 11:22 PM, Adrien Prokopowicz <
> adrien.prokopowicz at ...626...> wrote:
>
>> Le Sun, 20 Aug 2017 20:31:11 +0200, Jussi Lahtinen <
>> jussi.lahtinen at ...626...> a écrit:
>>
>> How do you get the change log with git? "git log" shows only one change
>>> (most recent?).
>>> Is this because I cloned the sources with "git clone --depth=1
>>> https://gitlab.com/gambas/gambas.git"?
>>>
>>> Even when I want only the latest dev version, I would still like to know
>>> what has changed. It's quite important if you do bug hunting.
>>>
>>>
>>> Jussi
>>>
>>
>> Yes, when you use --depth=1, you only retrieve the latest commit, so it
>> can't know
>> about anything past it.
>> If you want to have the information locally, you can use the following :
>>
>> git fetch --unshallow
>>
>> It will retrieve the missing pieces and you will end up with a full clone,
>> as if you just ran git clone without the --depth argument.
>>
>> You can also view the latest commits directly on gitlab here :
>>
>> https://gitlab.com/gambas/gambas/commits/master
>>
>> … or as a RSS feed here :
>>
>> https://gitlab.com/gambas/gambas/commits/master?format=atom
>>
>> If you have a Gitlab account, you can also configure it so it will send
>> you
>> email notifications when something happens on the repository.
>>
>>
>> --
>> Adrien Prokopowicz
>>
>> ------------------------------------------------------------
>> ------------------
>> Check out the vibrant tech community on one of the world's most
>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>>
>
>



More information about the User mailing list