tutorials create a repository in github, insert a file, and make a comment
GitHub is an online VCS which is very useful for those who work in a team or own. GitHub is now widely used by developers to manage the project files they are running both in teams and individuals.
GitHub is a VCS that already uses the GUI so it makes it easier to manage the files. There are also some additional features in GitHub that are interesting so that its interface is very convenient to use.
Imagine if you work on a team in a project. when you make a change and your team does not know then the project you build will be a mess. Or you can inform the changes you make through SMS, Line, or other social media. But it's all ineffective.
With an online VCS or remote repository, team members are only logged in and logged into the repository so they can see the changes you are making, as VCS notifies any changes made.
Big companies like teamtreehouse, facebook, and twitter also use VCS to organize or manage their files. It's just that the VCS they use is made private so only certain people can see. In the job interview also if you can use VCS either command line or GUI especially GitHub then you will be a choice to be considered more than others who do not understand VCS.
How to create a repository?
The first step into the github account, then click + in the top right corner >> click new repostory

1-Create a repository name in the Repository name field.
2-Give a description of the repository you created
3-Specify your repository permissions:
-Public: is an option to start working with other GitHub users, so you can benefit from community collaboration.
-Privat: is an option to start working independently or individually, where this feature is provided less than public and you can also decide who wants to collaborate.
-Select initialize this repository with a README.

Click create repository
Now you have a repository .

how to upload file?
klik upload file :

then hit ** choose your file **

then select the file you want to upload, then press ** commit changes **

how to make a comment?
the first step is select commits, in the red colored column.

then select the file you want to comment on

then comment what you like, then press comment on this commits

Posted on Utopian.io - Rewarding Open Source Contributors
Your contribution cannot be approved because it does not refer to or relate to an open-source repository. See here for a definition of "open-source."
You can contact us on Discord.
[utopian-moderator]
done editing