Find the answer to your Linux question:
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 - ...
  1. #1
    Linux 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

  2. #2
    Linux 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).

  3. #3
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    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)

  4. #4
    Linux Guru
    Join Date
    Sep 2004
    Posts
    1,546
    Hi bigtomrodney and Thrillhouse,


    Thanks for your advice/


    satimis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •