📜 ⬆️ ⬇️

A series of video tutorials on Git for beginners

Most likely, if you are attracted by the title of the article, then you begin your journey of exploring the Git version control system . In this article I will give 10+ videos about step-by-step entry into version control using Git. This course will be quite enough to work with such popular services as GitHub and Bitbucket .

Once my friend, who was just starting his way in IT, threw this memo to me on the left, with the question " Is it bad? " a series of video tutorials that I gave below.

First I want to say that the series on Git is not completed and new videos are actively published every week. For those who wish to follow the series, please go to the Git playlist where new videos are added.

Content:


Lesson 0. Preparation and Introduction


Lesson 1. First commit


Lesson 2: Status Check


Lesson 3. File indexing


Lesson 4. Commit history


Lesson 5: Git checkout - Back to the Future


Lesson 6: Canceling Indexed Files


Lesson 7. Revert - Cancel a commit


Lesson 8. Solving a simple conflict


Lesson 9. Branches and their application.


Lesson 10. Merge branches and resolve merge conflicts.


Lesson 11. Rebase vs. Merge - What is git rebase?


I really hope this video series will help someone learn Git or improve its understanding.
Enjoy learning!

')

Source: https://habr.com/ru/post/322424/


All Articles