Answer the question
In order to leave comments, you need to log in
Why is GitHub needed?
Friends, I'm currently studying programming, it's clear that github noticed ...
The essence of the question is how to work with github?
The site itself is very confusing, even with my knowledge of English there are professional language programmers, devops people.
With every visit to github, I do not understand anything, there are ordinary things like just git, but after downloading the same repository, issues, marks for download, do I need it the same? c++ programmer who just needs a reliable repository of code and programs. Also please explain why people upload open source archives to their program they worked on? What is the benefit for them? Or I don't understand at all...
Answer the question
In order to leave comments, you need to log in
If you "just need a reliable repository of code and programs", then you do not need to go to the web interface.
I created an account, registered an ssh-key and that's it.
git commit, git push, git pull, that's all your commands.
why do people upload open source archives to their software they worked on
How to figure out how to use ) You will immediately understand what Github is for =)
First, read what a version control system is . (this is git, svn, ...)
GitHub is a service that provides public access to a repository.
You can use it as cloud storage for your own repositories (private repositories), or publish open source projects. For example, a library for working with pictures.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question