in Technology by

How will you differentiate between Git and GitHub?

1 Answer

0 votes
by

Git is a high-quality version control system. It is distributed in nature and is employed to track changes in source code throughout software development. It has a unique branching model that helps in synchronizing work among developers and tracking changes in any files.

The primary goals of Git are speed, data integrity, providing support to distributed, non-linear workflows. Git is installed and maintained on the local machine, instead of the cloud.

GitHub is a cloud-based Git repository hosting service that brings teams together. It gives you a web-based GUI as well as provides access control and many collaboration features, fundamental task management tools for each project.

Also, GitHub is an open-source i.e. code is kept on a centralized server and can be accessed by everyone.

Related questions

0 votes
    How will you differentiate between git pull and git fetch?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How will you differentiate between git pull and git fetch?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How do you push a file from your local system to the GitHub repository using Git?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    a. What is abstraction? How it is different from inheritance? b.Differentiate between compiler and interpreter. c. ... final keyword. Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    a. What is abstraction? How it is different from inheritance? b.Differentiate between compiler and interpreter. c. ... final keyword. Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    What is the git command that downloads any repository from GitHub to your computer?...
asked Oct 4, 2020 in Technology by Editorial Staff
0 votes
    You can differentiate between the automatic and manual page breaks by looking at the page break line. * a. Colour ... Symbol d. Pattern Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    How to differentiate between ActionResult and ViewResult?...
asked Jun 14, 2021 in Technology by JackTerrance
0 votes
    How will you remove a file from Git without actually removing it from your local filesystem?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How will you find out what all files have been changed in a particular Git commit?...
asked Nov 4, 2020 in Technology by JackTerrance
0 votes
    How can you differentiate the terms MRP and CBP?...
asked Mar 15, 2021 in Technology by JackTerrance
0 votes
    How do you differentiate dynamic cache from static cache?...
asked Mar 26, 2021 in Technology by JackTerrance
0 votes
    Which of the following statement will install slidify from github? (a) install_github( slidify', ramnathv') (b ... and answers pdf, Data Science interview questions for beginners...
asked Oct 28, 2021 in Education by JackTerrance
0 votes
    How can you differentiate procurement for stock vs. consumption?...
asked Mar 15, 2021 by JackTerrance
0 votes
    To differentiate between singular and plural, __________. A. (?:text|texts) B. (.*text|texts) C. (*text|texts) D. (?text|texts)...
asked Dec 13, 2022 in Technology by JackTerrance
...