Learn Git and GitHub Basics for Beginners | Quick Start Guide

preview_player
Показать описание

A git and GitHub beginners quick start guide to learn the basics for using a git bash terminal inside of Visual Studio Code. Full outline and timestamps below!

🕓 Outline with timestamps:
(0:00) Intro
(0:24) Download and install git
(1:06) Download and install Visual Studio Code
(1:43) Git Bash terminal window
(2:22) Opening your project in VS Code
(3:18) Opening Git Bash inside of VS Code
(4:10) git init
(4:43) git status and untracked files
(5:10) git add
(5:49) git commit
(6:34) Making changes to our code
(7:12) git status and modified files
(7:29) Repeat the process to update the repository
(8:07) Insertions and deletions
(9:17) GitHub
(9:49) Create new GitHub repository
(10:27) “...or push an existing repository from the command line”
(12:00) Our local git repository is now linked to our GitHub
(12:33) Viewing our files on GitHub
(13:00) Making more changes to our project
(13:50) Adding the new project changes to our local git repository
(15:25) git push (sending changes to GitHub)
(16:30) Viewing the new project changes on GitHub

📺 More Beginner Dev Videos:

✅ Follow Me:

Was this tutorial about learning git and GitHub basics as a beginner helpful? If so, please share. Let me know your thoughts in the comments.

#GitHub #git #bash
Рекомендации по теме
Комментарии
Автор

I was so overwhelmed with git /github . This made me feel at ease . Thank you sir
:)

sougataghar
Автор

Nice and concise to get you started confidently.

ahmad-murery
Автор

Your way of explanation is awesome thank you so much Dave 😍

ashokrathikrinda
Автор

is there a place you can get all these Cntrl commands so I could possibly print them out?

williamgibbs
Автор

I tried this on a private repo and it failed to push to git.
Any idea what could be done differently.

entertainyou
Автор

my A does not go away after i put git m then status and also git push -u doesnt work for me
any ideal why

wesleybales
Автор

I'm watching again, I'm trying to understand how to use a template in line commands. But I need to confirm my bases first

consciencedimension
Автор

Thank you.
Actually, by trying to makes ".git" folder to get displayed in the Explorer navbar
-It also display a ".vscode" folder with a settings.json file that indicate of the editing which I did in the "exclude" settings:
{ "files.exclude": { "**/.git": false, }}

OK, so now, to disappear this annoying .vscode folder, at the same exclude settings - I add its name,
And "vuola" - the .vscode folder disappear from the Explorer bar.

The problem is that in github - it is still shown as part of the project.
- Why does everything needs to be so difficult, and exhausting, and complicated?
- Why can't the .git folder simply get displayed without the .vscode folder get displayed as well?

shineLouisShine