Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
95いいね 29,457 views回再生

INSTALL Git and Github with VSCode (Visual Studio Code)

In this tutorial, we will learn how to use Github inside VSCode

Visual Studio Code (VSCode) is a code editor to develop, run and debug code.

Git is the tool that lets you create a local repository (on your PC) and manage versions of your files.

Github is an online service that will host your Git repositories (in the cloud).

Install Git: https://www.jcchouinard.com/install-git/
Full article: https://www.jcchouinard.com/install-g...

-----
Support my work:
https://www.buymeacoffee.com/jcchouinard

Subscribe to the Python course waitlist:
https://ba995fe7.sibforms.com/serve/M...

Subscribe to this channel:
   / @jcchouinard  

Follow me:
  / chouinardjc  
  / jeanchristophechouinard  
https://www.buymeacoffee.com/jcchouinard
   / @jcchouinard  

ML Transcript:
In this YouTube tutorial, jcchouinard explains how to install Git and GitHub in VS Code. They suggest checking if Git is already installed on your computer by typing "git" in the command prompt. If it's not installed, they recommend watching their tutorial on how to install Git for Windows and Mac OS on their website.

Once Git is installed, they explain how to enable Git in VS Code by going to the "File" tab, then "Preferences," and typing "git: enabled" to ensure the box is checked.

Next, they guide viewers through creating a GitHub account and configuring their Git login in the command prompt using the "git config" command.

They then demonstrate how to create a new repository on GitHub and clone it in VS Code using the Clone URL. They show how to stage and commit changes to the repository, and push them to GitHub.

Overall, this tutorial provides a step-by-step guide to installing and using Git and GitHub in VS Code.

コメント