We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth
Summary
Description
This git tutorial for beginners is designed to teach you the git command line tool and how it works with github. This beginner git tutorial teaches github fundamentals and explains concepts like branches, pushing, merge conflicts and many other useful git commands. It goes through the git workflow and illustrates how git and github work on a lower level.
๐ป Git Download: https://git-scm.com/
๐ฑ GitHub Website: https://github.com/
โจ Common GitHub Commands โจ
To create a new repository locally: git init
To add files to staging area: git add . OR git add ~filename~
To check status of staging area: git status
To commit new changes: git commit -m "commit message"
To create a new branch: git checkout -b ~branch name~
To switch between branches: git checkout ~branch name~
To merge branches together: git merge ~branch name~
To add a remote repository: git remote add ~remote name~ ~https://yourremoteurl~
To pull changes from a remote repository: git pull ~remote name~ ~branch name~
To push changes to a remote repository: git push ~remote name~ ~branch name~
โญ๏ธ Timestamps โญ๏ธ
00:00 - Introduction
01:22 - Git vs GitHub
03:00 - GitHub Workflow
07:09 - Git History and Branches
15:15 - GitHub UI Example
16:51 - Git Setup
18:53 - Basic Git Commands
24:24 - Branches
28:43 - Remote Repositories
33:08 - Global Config
35:09 - More Examples
โพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพ
๐ Subscribe to my second channel for weekly podcasts! https://www.youtube.com/channel/UCSATlCAUi7R0Ik-wsZb2gOA
๐ฐ Courses & Merch ๐ฐ
๐ป The Fundamentals of Programming w/ Python: https://tech-with-tim.teachable.com/p/the-fundamentals-of-programming-with-python
๐ Merchandise: https://teespring.com/stores/tech-with-tim-merch-shop
๐ Social Medias ๐
๐ธ Instagram: https://www.instagram.com/tech_with_tim
๐ฑ Twitter: https://twitter.com/TechWithTimm
โญ Discord: https://discord.gg/pr2k55t
๐ LinkedIn: https://www.linkedin.com/in/tim-ruscica-82631b179/
๐ Website: https://techwithtim.net
๐ GitHub: https://github.com/techwithtim
๐ Podcast: https://anchor.fm/tech-with-tim
๐ฌ My YouTube Gear ๐ฌ
๐ฅ Main Camera (EOS Canon 90D): https://amzn.to/3cY23y9
๐ฅ Secondary Camera (Panasonic Lumix G7): https://amzn.to/3fl2iEV
๐น Main Lens (EFS 24mm f/2.8): https://amzn.to/2Yuol5r
๐น Tripod: https://amzn.to/3hpSprv
๐ค Main Microphone (Rode VideoMic Pro): https://amzn.to/3d0KKMG
๐ค Secondary Microphone (Synco Wireless Lapel System): https://amzn.to/3e07Swl
๐ค Third Microphone (Blue Yeti USB Mic): https://amzn.to/3hoD625
โ๏ธ Lights: https://amzn.to/2ApeiXr
โจ Keyboard (Daskeyboard 4Q): https://amzn.to/2YpN5vm
๐ฑ Mouse (Steelseries Rival 300): https://amzn.to/3cVTqnD
๐ธ Webcam (Logitech 1080p Pro): https://amzn.to/2B2IXcQ
๐ข Speaker (Beats Pill): https://amzn.to/2XYc5ef
๐ง Headphones (Bose Quiet Comfort 35): https://amzn.to/2MWbl3e
๐ Lamp (BenQ E-reading Lamp): https://amzn.to/3e0UCr8
๐ Secondary Lamp (BenQ Screenbar Plus): https://amzn.to/30Dtafi
๐ป Main Monitor (LG 4K): https://amzn.to/37ybtiH
๐ป Secondary Monitor (Thinkvision 1080p): https://amzn.to/2AyHR8H
๐ค XLR Microphone (Rode NT1): Not available
๐ Mic Boom Arm (Rode PSA 1): https://amzn.to/30EZw9m
๐ Audio Interface (Behringer 4 Channel): https://amzn.to/3fqm4z3
๐พ Recorder (Zoom H6): https://amzn.to/2UIihVJ
โพ ๐ธ Donations ๐ธ โพ
๐ต One-Time Donations: https://www.paypal.com/donate/?token=m_JfrPK7DsK4PLk0CxNnv4VPutjqSldorAmgQIQnMozUwwQw93vdul-yhU06IwAuig15uG&country.x=CA&locale.x=
๐ฐ Patreon: https://www.patreon.com/techwithtim
โพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพโพ
โก Please leave a LIKE and SUBSCRIBE for more content! โก
โญ Tags โญ
- Tech With Tim
- Github for beginners
- Beginner GitHub tutorial
- Git for beginners
- Github fundamentals
- Beginner GitHub Tutorial
โญ Hashtags โญ
#GitHub #Git
Translated At: 2025-03-08T05:01:56Z