Introduction to Git and GitHub

Created on May 13, 2021

Welcome to this Git and GitHub basics video course! In this Git crash course, you will learn the basics of Git so you can use Git to track your code changes and collaborate with other members of your team or open source maintainers.

Whether you are a newcomer to programming, or an experienced one, you have to know how to use Git. Most of the projects that a small or big group of developers work on are done through GitHub or GitLab.

It makes working with other developers so much more exciting and enjoyable, just by creating a new branch, adding all your brilliant ideas to the code that can help the project, committing it, and then pushing it to GitHub or GitLab. Then after the PR(pull request) has been opened, reviewed, and then merged, you can get back to your code and continue adding more awesome stuff. After pulling the changes from the main/master branch, of course.

If what you just read doesn't make any sense to you, don't worry. Everything will be explained in this eBook!

This eBook will show you the basics of how to start using Git and try to help you get more comfortable with it.

It does look a bit scary in the beginning, but don't worry. It's not as frightening as it seems, and hopefully, after reading this eBook, you can get a bit more comfortable with Git.

Learning Git is essential for every programmer. Even some of the biggest companies use GitHub for their projects. Remember that the more you use it, the more you're going to get used to it.

Opensource eBook:

Introduction to Git and GitHub

Comments (0)

Introduction to Git

19 videos (52 minutes)

Autoplay?

0% completed
Now Playing 1. Introduction to Git
2. Getting Started
3. Shell commands
4. Configuration
5. Initializing
6. Git Status
7. Git Add
8. Git Commit
9. Git Diff
10. Git Log
11. Gitignore
12. GitHub
13. Git Pull
14. Git Branches
15. Git Merge
16. Revert Changes
17. Git Clone
18. Git Pull Requests
19. Wrap up