How To Use Git & Github with VS Code for Beginners - Create Repositories & SSH Key Setup

Опубликовано: 25 Ноябрь 2019
на канале: Codr Kai
10,312
164

This is a beginner crash course on how to use Git & Github. I will do a step by step on how to set up Github with an SSH key to publish to your repositories.

I'm using the Visual Studio Code editor, but you can use any program that you like. What I like about VS Code is that there is a built in terminal, built in Git control, and many other addons that makes coding much easier.

Near the end, I step through some basic Git commands. I recommend learning all of the Git commands using terminal. It will help you understand Git and how source control works. Especially when dealing with Git Branches, Pull Requests, Merging, and rolling back code.

All tutorial codes are at my Github:
github.com/codrkai

SSH Key commands:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add -K ~/.ssh/id_rsa_codrkai

Here are the software and tools used in this video.
1. Download GIT from git-scm.com
2. Visual Studio Code
3. Create a Github account at github.com
4. Terminal using SSH commands, such as ssh-keygen, ssh-add, etc.

Please support this channel by Subscribing. Thanks!

#git #github #vscode


Смотрите видео How To Use Git & Github with VS Code for Beginners - Create Repositories & SSH Key Setup онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Codr Kai 25 Ноябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 10,312 раз и оно понравилось 164 людям.