0 votes
in Git by
Which language is used in Git?

1 Answer

0 votes
by

C is the underlying programming language in which Git is written. C language makes Git fast by evading runtime overheads linked with other high-level programming languages.

...