Introduction to github
What is git?
Version Control for software code
Keeping track of the code which software developers are working with
To make collaborations very much easy (for merging and tracking the changes)
Initially, it was made in the very early days of Linux getting developed (to get mass co ordinated efforts for Linux development as open source)
What is GitHub?
It's a facebook profile for every developer living on the earth
To showcase their projects in open sources (for interviews)
You can also build projects in private repo with selected team people
Why GitHub is been used famously?
For the major open source libraries to be published or updated
Who owns GitHub?
Microsoft
How to install Git?
Installation is straight forward(git-scm.com)
Few commands in GitHub?
Step 1: git init (Initializes git repository)
Step 2:
Comments
Post a Comment