Results 1 to 4 of 4
Hi folks,
Just came across GIT Server on Internet. As curiosity I started searching on it but not much information found;
GitWiki
GitFaq - GitWiki
GIT Server
GIT Server - ...
- 08-13-2008 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
What is GIT server for
Hi folks,
Just came across GIT Server on Internet. As curiosity I started searching on it but not much information found;
GitWiki
GitFaq - GitWiki
GIT Server
GIT Server - AlsaProject
Please shed me some light what will be its principle application? TIA
B.R.
satimis
- 08-13-2008 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
GIT is a version control software source management system. It is designed to allow people to manage source code between them and also to distinguish versions of code, i.e. change management.
It's similar to its predecessors and rivals CVS and SVN (subversion).
- 08-13-2008 #3
The thing that separates git from other VCS is its ability to handle distribution, meaning there's not necessarily one, centralized git repository that holds the most current versions. You can certainly use it that way but it's meant for larger projects with many branches where developers can work together on one module and merge their changes with each other without affecting another group of developers who are working on a different module.
Fun fact about git: Linus (and others) wrote it after he and the other Linux kernel developers could no longer afford the proprietary BitKeeper when BitKeeper revoked the free licenses they used to offer open source projects and started charging for all licenses.
Git (software - Wikipedia, the free encyclopedia)
- 08-13-2008 #4Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,546
Hi bigtomrodney and Thrillhouse,
Thanks for your advice/
satimis


Reply With Quote
