Github on Visual Studio Code on a Chromebook and Linux
Lu's TechSource
Here is a tutorial on how to get up and running with your Github repositories on a Chromebook using Visual Studio Code. These instructions will also work on Linux.
Requirements: Signup for Github: www.github.com Install Visual Studio Code: https://youtu.be/j-ThcVBqNO0
Commands to run: update latest packages and repositories sudo apt-get update sudo apt-get upgrade
Get git version: git --version Install git: sudo apt-get install git Install gnome kering: sudo apt-get install gnome-keyring Set git username: git config --global user.name "UserName" Set git email: git config --global user.email "EmailAddress"
Other links: How to create a Github repository: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/creating-a-new-repository
How to install Linux in ChromeOS: https://youtu.be/t0meAuG-jN4
Chapters: 0:00 Intro 0:34 Requirements 1:33 Checking for git 2:36 Configure git username and email 3:18 Configure Github in Visual Studio Code and Pulling a Repository 7:55 Creating a new repository and pushing it to Github 10:55 Pushing changes to Github 15:32 Pulling updates and new files from GitHub 16:39 Final Thoughts ... https://www.youtube.com/watch?v=8ggfV_e_7SU
63400427 Bytes