1.

What language is used in GIT?

Answer»

GIT is fast, and ‘C’ language makes this possible by reducing the overhead of runtimes associated with higher languages.Git’s Source CODE is hosted on Github here: git/git So, From that these are the languages used in that repository:

  • C - 45%
  • Shell - 35%
  • PERL - 8%
  • Tcl - 5%
  • Python - 2%
  • C ++ - 2%

Git's design was inspired by BitKeeper and Monotone. Git was originally designed as a low-level version-control system engine, on top of which others could write front ends, such as Cogito or StGIT. The core Git project has since become a complete version-control system that is usable directly. While strongly influenced by BitKeeper, Torvalds deliberately avoided conventional APPROACHES, leading to a unique design

The below are characteristics of GIT which makes it very popular in SCM category:

  1. Strong support for non-linear development.
  2. Compatibility with existing systems and protocols
  3. Efficient handling of LARGE projects
  4. Cryptographic authentication of history
  5. Toolkit-based design.


Discussion

No Comment Found