[git-users] Re: How upgrade GIT Bash CLI

2016-05-05 Thread Liza Polyudova


On Wednesday, April 27, 2016 at 7:40:45 AM UTC-7, Leonidas Savvides wrote:
>
> also how learn date/time last commit locally or remotely with GIT...?
>
> On Tuesday, April 26, 2016 at 2:07:38 PM UTC+3, Leonidas Savvides wrote:
>>
>> Basically to upgrade Git CLI bash to new version - I have to uninstall it 
>> and install the new version? correct?
>>
>> Repositories are independent and should still work correct?
>>
>> ALSO SETTINGS OF REPOSITORIES KEPT Correct?
>>
>> reply 
>> ALL Correct /// No the is Not
>>
>

to see commited run 'git log', it contains, among other things, the 
information you are looking for 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Re: How upgrade GIT Bash CLI

2016-05-05 Thread Liza Polyudova


On Tuesday, April 26, 2016 at 4:07:38 AM UTC-7, Leonidas Savvides wrote:
>
> Basically to upgrade Git CLI bash to new version - I have to uninstall it 
> and install the new version? correct?
>
> Repositories are independent and should still work correct?
>
> ALSO SETTINGS OF REPOSITORIES KEPT Correct?
>
> reply 
> ALL Correct /// No the is Not
>

if you are doing something like compiling from source, what I did was 
rename the old binary in /usr/bin , then the newly created one does not 
cause name conflict and in case something goes wrong you still have a 
working copy (or simply install to /usr/local/bin -> your system will give 
preference to the binary appearing in the directory that is listed first in 
your $PATH. i.e.: if  /usr/local/bin comes first, you will be using it )
If you you any sort of package management, doing your system's version 
update should do the trick

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Re: How upgrade GIT Bash CLI

2016-04-27 Thread Leonidas Savvides
also how learn date/time last commit locally or remotely with GIT...?

On Tuesday, April 26, 2016 at 2:07:38 PM UTC+3, Leonidas Savvides wrote:
>
> Basically to upgrade Git CLI bash to new version - I have to uninstall it 
> and install the new version? correct?
>
> Repositories are independent and should still work correct?
>
> ALSO SETTINGS OF REPOSITORIES KEPT Correct?
>
> reply 
> ALL Correct /// No the is Not
>

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.