How can i use Github? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How can i use Github?

I mean what can i use it for😁

11th Aug 2019, 8:25 AM
Eleniko Bochoradze
Eleniko Bochoradze - avatar
5 Answers
+ 3
You can find basic github courses on youtube which are very useful
11th Aug 2019, 8:33 AM
Akshay Madrikar
Akshay Madrikar - avatar
+ 3
Thanks!!✌✌👌
11th Aug 2019, 9:27 AM
Pardeep Verma
Pardeep Verma - avatar
+ 2
Github is version control, u can follow the github.com., u need to create an account and create a master branch, and checkout, work. Follow procedures 1) checkout, 2 commit 3) merge 4) push
12th Aug 2019, 2:50 PM
Rahul Kumar Gupta
Rahul Kumar Gupta - avatar
+ 1
Well, You can use terminal scripts to make/build github applications instead of doing a straight download or wget. It's also good for being able to see source code of public projects and collaborating.
11th Aug 2019, 5:58 PM
okay
okay - avatar
0
its main purpose is version control and colloboration. For example if you are working on a application ,you will release a new versions as the time goes on. So github saves everything ,every change you made. If you want to go back to a older version its possible, github manages everything. colloboration means when multiple people working ona same project , it is very difficult to manage the code.If one person changes the code at a line , another person changes code at some other line then merging is very difficult. so github manages everything.
13th Aug 2019, 7:47 AM
Sai Ram