Texinterest
Sign in
x
Texinterest
Empower your learning
About Us
Privacy Policy
Forum Discussions
C Programming
Subjects
Science
Computer
Programming
English
General Knowledge
Rennaissance
Courses
Exams
Current Affairs
Interviews
Add Notes
Contact us
Menu
Science
Computer
Programming
English
General Knowledge
Rennaissance
What is git?
Nov 11, 2019
Eduardo Zambrano
Git is one of the most widely used modern version control in the world.
Git is developed by Linus Torvalds (Linus Torvalds was a famous creator of the Linux operating system kernel)
Git is an example of distributed version control system (DVCS).
Developers copy is a repository, which contains full history of changes.
Git can commit new changes, branching, merging and comparing past versions and all these are well optimised for performance.
Git is designed to handle everything from small to large projects with efficiency and speed.
Git is very eazy to learn.
Cheap local branching, multiple workflows, convenient staging areas etc. are the features of Git.
Git outclasses SCM tools like performance, clearCase, Subversion, CVS etc.
Top Questions
Before Beginning Of Programming, Why C First? And Why Programming And Programmers
Inheritance in C++
Get Current Version Of PHP
Introduction to C Programming
Variables in C Programming
What is the difference between git diff and git status?
Differentiate between require() and include() function in PHP?
While loop in C
FILES IN C
explode and implode function in PHP
What is the function of git log?
How to load public files in laravel
BASIC HTML PAGE
PHP Arrays
HTML5 Application Development
What is the function of git status in git?
Iteration Statements (Loop Statements)
Functions in PHP
Operators in C
Data Types in C