help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash git commands ( for noobs like me )


From: Dima Pasechnik
Subject: Re: bash git commands ( for noobs like me )
Date: Sat, 23 Oct 2021 16:59:16 +0100

git log

will show you all the commits of a branch

(bisect is done on commits, usually)

On Sat, 23 Oct 2021, 14:37 Alex fxmbsw7 Ratchev, <fxmbsw7@gmail.com> wrote:

> thank you for your reply
>
> its, i do on the devel branch, all its singular releases available, for
> use with 'bisect' begin/end good/bad bug hunting
>
> On Sat, Oct 23, 2021, 10:52 Dima Pasechnik <dimpase@gmail.com> wrote:
>
>> "version" of what exactly?
>>
>> git branch
>>
>> will show you "versions" (git branches available)
>>
>> as well as
>>
>> git tag
>>
>> shows a subset of branches, with tags
>>
>>
>>
>> On Sat, 23 Oct 2021, 02:53 Alex fxmbsw7 Ratchev, <fxmbsw7@gmail.com>
>> wrote:
>>
>>> could someone share some git wisdom
>>> in preciese few and similiar commands
>>>
>>> show version ( of .git url )
>>> show available versions
>>> git update tree [ to specific release / version, or newest ]
>>>
>>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]