Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (32.3k points)

What is the best way to learn to use technologies like Github?

1 Answer

0 votes
by (106k points)

The best way of learning something like GitHub is to actually do it. And while you are doing, if you face any questions, then here is the resources that I am mentioning to help you out. To know more about GitHub whether if you are an absolute beginner or you have a little knowledge of GitHub in that case to learn GitHub and all its concepts such as pull request or creating a repository in detail which is necessary for a programmer you can learn it by taking up the GitHub training course. If you like to read then you can have a look at the GitHub tutorial. If you want to learn it by watching the video tutorial then you can have a look at the following tutorial:-

.

Now let’s have a look at the some of the steps for getting started with GitHub. If you are unfamiliar with these terminologies, I have already mentioned the resources above which you can have a look.

It is recommended to use the CLI instead of a GUI at least while getting started. It will make you much better Git user.

Steps that you can follow are as follows:-

  1. You should pick a friend for this learning GitHub it will more helpful.

  2. Create a repository for your project.

  3. Try to clone the repository to your machine.

  4. Try to create a project on your machine in the directory where you cloned the repository.

  5. Create some files or codes in your project.

  6. Make a commit and push the changes to your remote. 

  7. Ask your friend to fork your repository, clone it and make some commits and pushes to his copy of your repo.

  8. Now let’s say if you want the changes that your friend made in his copy of your repository, into your repository. Try to learn about pull requests.

  9. Always repeat these kinds of commits and pull requests for a few more times.

  10. Soon you will get to realize if you have made a wrong commit you were not supposed to. By now, you know what to do.

  11. It may be possible that you can end up pushing undesirable files onto your repository. 

Browse Categories

...