Setup git in VSCODE

Опубликовано: 25 Октябрь 2024
на канале: The iT Tech Solutions
71
2

Set up git in VSCODE - In this video we'll learn how to install git and set up in VSCODE, this will enable us to use git directly from VSCODE without using git bash or git terminal. git setup in VSCODE is easy and helps developer to visualize the things and get rid of old way of doing git operations using git bash or terminal

Download git client from here: https://git-scm.com/download/win
Commands:
git init
git remote add origin {paste remote repo url with https}
git config user.name "abc xyz"
git config user.email "[email protected]"