Re: [git-users] Git on 2 computers and syn

2016-06-01 Thread Alain
cal artwork. So for each of them a repository could be usefull as they are independent. If Git'd propose a local history for each submodule/subproject it would be great Alain On Thursday, June 2, 2016 at 2:57:46 AM UTC+2, Mark Waite wrote: > > > > On Wednesday, June 1, 2016

[git-users] Git on 2 computers and syn

2016-06-01 Thread Alain
Hi, i use for now BitBucket (from ATlassian) but in order to not depend on internet connection, i would like to be sure both computer (laptop and desktop) always have the same code. As git is a distributed system, i would like to sync not only 1 repository but all repositories at once. Should

Re: [git-users] Git tags and information as file header

2014-05-16 Thread Alain
On Friday, May 16, 2014 10:45:10 AM UTC+2, Thomas Ferris Nicolaisen wrote: > > On Friday, May 16, 2014 8:22:30 AM UTC+2, Andy wrote: >> >> For a 'release' we'd send the customer a complete set of files, but >> often a fix only requires one or two files to be modified which we ask >> the custome

[git-users] Re: Bare repository

2014-05-16 Thread Alain
On Thursday, May 15, 2014 10:48:37 PM UTC+2, Thomas Ferris Nicolaisen wrote: > > On Thursday, May 15, 2014 9:36:41 PM UTC+2, Alain wrote: >> >> Hi, >> >> Can someone explain me the bare repository functioning ? >> i mean i understood the big picture...that i

[git-users] Git tags and information as file header

2014-05-15 Thread Alain
Hi, i would like to know if it is possible (and if yes, how to do it) to retrieve for example tag information or file version from GIT in order to automatically generate/append a file header to each file in order to allow traceability. I mean i would like to have for example: /* * Fil

[git-users] Bare repository

2014-05-15 Thread Alain
Hi, Can someone explain me the bare repository functioning ? i mean i understood the big picture...that it is used if several people work together in the same company or on the same floor and may change the same file where other CVS use locks, Git use Bare repository. but what i do not under

Re: [git-users] directory vs repository

2014-05-13 Thread Alain
On Tuesday, May 13, 2014 8:29:21 PM UTC+2, Konstantin Khomoutov wrote: > > On Tue, 13 May 2014 10:42:37 -0700 (PDT) > Alain > wrote: > > > > (Bare repositories, which usually exist only for > > > storage/rendez-vouz purposes -- as opposed to development -- do

Re: [git-users] directory vs repository

2014-05-13 Thread Alain
> (Bare repositories, which usually exist only for storage/rendez-vouz > purposes -- as opposed to development -- do not have the work tree and > contain what the ".git" subdirectory or a normal repository contains.) > i not sure at 100% what do you mean by "rendez-vous folders", but in VSS

[git-users] directory vs repository

2014-05-13 Thread Alain
Hi, i'm learning how to setup/use Git. So in other words, i'm reading a book about Git (http://www.amazon.com/Git-Version-everyone-Ravishankar-Somasundaram/dp/1849517525/ref=sr_1_5?ie=UTF8&qid=1399986673&sr=8-5&keywords=git). i'm almost on half of the book and for now everything is very clear,