+ 1
What are git and githb?
Someone can define the use of git and github
5 Antworten
+ 3
General purpose question which is easily available on Google
https://www.sololearn.com/learn/1261/?ref=app
+ 3
AJ is right and full answer to you, read the link
+ 1
Git :
It is a free, high-quality distributed version control system suitable for tracking modifications in source code in software development. It was originally created as an open-source system for coordinating tasks among programmers, but today it is widely used to track changes in any set of files. The key objectives of Git are as follows:
Speed and efficiency
Data integrity
Support for distributed and non-linear workflows
GitHub:
It is a web-based Git repository. This hosting service has cloud-based storage. GitHub offers all distributed version control and source code management functionality of Git while adding its own features. It makes it easier to collaborate using Git.
Additionally, GitHub repositories are open to the public. Developers worldwide can interact and contribute to one another’s code, modify or improve it, making GitHub a networking site for web professionals. The process of interaction and contribution is also called social coding.