+ 3
How can i use Github?
I mean what can i use it for😁
6 Antworten
+ 3
You can find basic github courses on youtube which are very useful
+ 3
Thanks!!✌✌👌
+ 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
+ 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.
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.