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
Watch video How To Use Git & Github with VS Code for Beginners - Create Repositories & SSH Key Setup online without registration, duration hours minute second in high quality. This video was added by user Codr Kai 25 November 2019, don't forget to share it with your friends and acquaintances, it has been viewed on our site 10,312 once and liked it 164 people.