InterviewSolution
| 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:
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:
|
|