0
GitHub
Is github a programming language , if so how do i learn it?
4 Antworten
+ 9
What is Git kinda summed up in here
search for "git" in the learn section for the other lessons
https://www.sololearn.com/learn/1237/?ref=app
+ 3
+ 1
It's one of the industry leading version control platforms.
GitHub can be used to share your code, upload your projects and compare different versions of your code. Other people can access your files and you can work on projects together.
It is highly likely recommended to learn basic git terms and commands and what they do.
0
If u working with some open source project, u might end up using it.. It just a place to share codes, looking for more efficient code or debugging.