How To Use GitHub with VS Code in 2020 | Fork and Pull Request | Part 4

preview_player
Показать описание
Playlist Github & VS Code

Today we are going to learn how to fork a repo on GitHub and how to contribute to a project with a pull request.

Github is a version control platform and it also allows you to contribute to projects of other people. The beautiful thing about GitHub is that a lot of the projects are open source, so technically anybody can be a part of a project.
In this video, we are going through the steps of how to contribute to a project. We are going to fork a repo, make some changes, and add a pull request.

First of all, you have to install git on your system, git is the underlining technology which powers Github.

Secondly, make sure to have an account on Github and that you have vs code installed.
Just a quick check, in the beginning, make sure that under settings git enable is checked.

So let's start with the first step.

Download GIT

Playlist Github & VS Code

Design Resources Repo

CONTACT:

ABOUT THIS CHANNEL:
Dev World is a mix of tutorials and educational videos around Coding, Online Marketing, and Design.

#Coding #Webdesign #Marketing
Рекомендации по теме
Комментарии
Автор

This is much simpler these days. I think it all can happen in vscode at this point, without having to go back and forth to GitHub. Thanks for this video.

RobDuarte
Автор

Please make more such videos. This 4part series was very helpful.

sasukeuchiha-lumw
Автор

amazing videos and sources! keep going with this stuff

annamariagierszewska
Автор

@Dev World, thank you, this video helped me a lot.

maxpcguy
Автор

1:40 If you see an error message when trying to paste the link: Make sure you are copying the link from HTTPS, not SSH.

Sawta
Автор

Unfortunately this doesn't cover how to configure VSCode to pull/fetch from upstream (the original forked repo) and push to origin (your new forked repo where work is done). On a busy project, or even a slow project, updates from other people will sometimes prevent pull requests unless merges are done, so configuring this first and keeping things up-to-date will prevent a lot of headaches in the future.

gregariousjb
Автор

Please include how to create our own branch...

nikhilnaik