On 31/05/17 01:03, Graeme Geldenhuys wrote:
> On 2017-05-30 22:19, Bo Berglund wrote:
>> Since my local system is a Windows 7 laptop I have to resort to an RPi
>> to get the Linux system for which the commands are native...
>
> Git is native on all supported platforms now.
>
>>
>>> mkdir /data/
On Wed, 31 May 2017 22:23:30 +0200, Bo Berglund
wrote:
>On Wed, 31 May 2017 15:42:48 -0400, wkitt...@windstream.net wrote:
>
>>at the command line, type in "which git" without the double quotes...
>
Now I made a test by looking at another RPi3 with Raspbian Jessie
where I have definitely NOT been
On Wed, 31 May 2017 15:42:48 -0400, wkitt...@windstream.net wrote:
>On 05/31/2017 02:13 PM, Bo Berglund wrote:
>> the response to git --version is still
>> 2.1.4
>>
>> From where does this come???
>
>
>at the command line, type in "which git" without the double quotes...
$ which git
/home/pi/bi
On 05/31/2017 02:13 PM, Bo Berglund wrote:
the response to git --version is still
2.1.4
From where does this come???
at the command line, type in "which git" without the double quotes...
--
NOTE: No off-list assistance is given without prior approval.
*Please keep mailing list traf
On Wed, 31 May 2017 18:04:28 +0100, Graeme Geldenhuys
wrote:
>On 2017-05-31 16:10, Bo Berglund wrote:
>
>> Is it not possible to put docs and info below the ~/ dir?
>> According to the INSTALL file on the subject of Git install it says:
>
>Yes, it works like most Makefile based environments - and
On 2017-05-31 16:10, Bo Berglund wrote:
The apt-get version of the git I use now is:
~/ $git --version
git version 2.1.4
Yeah, that is a rather old version. The latest is v2.13.
$ git tag
will show all tagged releases. Just look for the latest one. You can
also use 'gitk --all' and see wha
On Wed, 31 May 2017 10:58:29 +0200, Bo Berglund
wrote:
>>I always install git
>>from source code and compile it myself (like I do with FPC and Lazarus
>>too). Everything is then included - as it should be. Linux distros f*ck
>>everything up and split it into multiple packages. eg: git-core,
>
On 2017-05-31 09:58, Bo Berglund wrote:
Aplogies if my postings are a bit longish,
You are like me then. :) I try to write shorter messages, but often fail.
Access via http would probably be the simplest way to manage I
believe.
I actually found Gitolite the simplest (which uses SSH and m
On Wed, 31 May 2017 01:03:54 +0100, Graeme Geldenhuys
wrote:
Graeme, I am very grateful for your contribution to this discussion!
Aplogies if my postings are a bit longish, but I try to convey my
concerns and ignorance...
>> So this should not be created inside some user home then?
>
>You can cr