Introduction to GitHub and VS Code for Absolute Beginners
Recently I conducted one session on Introduction to GitHub and VS Code for some of my friends and got a good response. I would be glad to help more friends and hence above is the recoding for that session.
It is Suggested to try out all the demo shown in the video simultaneously while you are watching.
Topics Covered
- Why to use VS Code and how useful it is.
- Intro to GitHub and concept of push, pull, branch, merge, conflicts, etc.
- Integration of GitHub with VS Code.
Initial Required Setup
- Install VS Code: https://code.visualstudio.com/download
- Install Git: https://git-scm.com/download/
- Create GitHub Account: https://github.com/signup
VS Code Configuration
git config --global user.email "[email protected]" git config --global user.name "Your Name"
Replace [email protected] with your real email or use the one provided by GitHub (https://github.com/settings/emails) as shown in the below image.
IIT Bombay'24 | Algorithmic Trader | NISM VIII Equity Derivatives Certified
3 年Brilliant Suraj Really Appreciated your efforts Keep it up All the best
SDE-1 @Darwinbox | Educator @codechef | Knight @Leetcode
3 年Brilliant