If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
Learn how to use GitHub for Beginners | GitHub Tutorial
In this video, let's talk about GitHub. This video will explain what is GitHub and how to build projects using GitHub. This GitHub tutorial video will cover everything you need to know to start working with GitHub.
GitHub makes it very easy for team member to collaborate on a project. Meaning different people in different parts of the world can work on the same project at the same time simultaneously using GitHub. Github can also be used to showcase your skills by posting interesting projects which can make you stand out from the crowd and a good GitHub profile can build a great impression on your potential employer to hire you.
GitHub is using Git as its version control system so you kind of need to know Git in order to work with GitHub. We can post projects on GitHub either in public or private mode using the free GitHub account.
Link to my previous Git Tutorial video (Understand Git …...more
...more
How this content was made
Auto-dubbed
Audio tracks for some languages were automatically generated. Learn more
Learn how to use GitHub for Beginners | GitHub Tutorial
2.3KLikes
95,360Views
2021Aug 6
Learn how to use GitHub for Beginners | GitHub Tutorial
In this video, let's talk about GitHub. This video will explain what is GitHub and how to build projects using GitHub. This GitHub tutorial video will cover everything you need to know to start working with GitHub.
GitHub makes it very easy for team member to collaborate on a project. Meaning different people in different parts of the world can work on the same project at the same time simultaneously using GitHub. Github can also be used to showcase your skills by posting interesting projects which can make you stand out from the crowd and a good GitHub profile can build a great impression on your potential employer to hire you.
GitHub is using Git as its version control system so you kind of need to know Git in order to work with GitHub. We can post projects on GitHub either in public or private mode using the free GitHub account.
Link to my previous Git Tutorial video (Understand Git before using GitHub):
• Git Tutorial for Complete Beginners | Lear...
Timeline:
00:00 Intro
02:16 How to Create a GitHub account
02:55 How to create a GitHub Repository
04:18 Git Push - Moving local repository to GitHub repository
08:09 Git Pull - Moving changes from GitHub repository to local repository
09:18 How to Collaborate with team members on GitHub
11:38 How to Clone a GitHub repository
14:35 Contributing to a open source project. Fork GitHub repository , pull request and merge changes requested from pull request.
Contents covered in this video are:
How to create a GitHub account
How to create a GitHub repository
How to push a local repository to GitHub repository
How to pull changes from GitHub remote repository to local repository
How to collaborate different team members on a project
How to clone a GitHub repository
Finally, we talk about the most interesting GitHub feature i.e. how to contribute to an open source project on GitHub.
As part of contributing to an open source project, we shall see how to fork a GitHub repository, create a pull request and then how the owner of the GitHub repository will merge changes requested through the pull request.