Thanks a lot Mr.john... I will catch you later on some other doubts I have on 
GIT

-----Original Message-----
From: John McKown
Sent: 22-11-2013 PM 06:56
To: git-users@googlegroups.com
Subject: Re: [git-users] About GIT installation



1) No. git is not client/server. 


This means that questions 2 & 3 are basically not applicable.

git is a distributed version control system (DVCS). Unlike something like 
Subversion or Microsoft Visual Studio Team System, in which there is a "central 
server" from which one can "check out" source and later "check in" your 
modifications, git is designed so that each person has basically a 
point-in-time snapshot of the entire repository on their own system. They can 
do whatever they want with any file that they want. I would strongly suggest 
that you read up on git. There is a really nice, but long, book available 
on-line here: 
http://git-scm.com/book . If you are really interested in git, this will answer 
a lot of your questions.

You can install git on Ubuntu (any distribution) and also on Windows. But it is 
not a client/server type set up. If you want a centralized "shared" repository, 
there are add ons to git such as gitolite and gitosis which will help with 
that. Try reading:
 http://stackoverflow.com/questions/10888300/gitosis-vs-gitolite
http://git-scm.com/book/ch4-7.html
 http://gitolite.com/gitolite/master-toc.html









On Fri, Nov 22, 2013 at 6:23 AM, Rajesh Varatharajan <rajesh.bruz...@gmail.com> 
wrote:
 

Dear GIT experts,
            I am new to GIT version tool, I have a lot of queries in using GIT. 
Can anyone reply my Answer?
 
My Questions are:

          1. IS GIT have Client-Server Archietecture?

          2. If So,Can I install GIT Server and Client?

          3. can i able to Install GIT server on Ubuntu and Client on Windows 7.
 
          

                         Kindly send me the replies ......

-- 
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/groups/opt_out.
 


-- 

This is clearly another case of too many mad scientists, and not enough 
hunchbacks.



Maranatha! <><
John McKown

 
-- 
You received this message because you are subscribed to a topic in the Google 
Groups "Git for human beings" group.
 To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/git-users/XtfsmDXGfH0/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
 

-- 
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/groups/opt_out.

Reply via email to