Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth

Author: Tech With Tim
Published At: 2020-06-18T00:00:00
Length: 43:06

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

Request translate (One translation is about 5 minutes)

Version 3 (stable)

Optimized for a single speaker. Suitable for knowledge sharing or teaching videos.

Recommended Videos