Git Tutorial for Beginners Git amp GitHub Fundamentals In Depth
YOUR LINK HERE:
http://youtube.com/watch?v=DVRQoVRzMIY
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! / @timeoutwithtim • π° Courses Merch π° • π» The Fundamentals of Programming w/ Python: https://tech-with-tim.teachable.com/p... • π Merchandise: https://teespring.com/stores/tech-wit... • π Social Medias π • πΈ Instagram: / tech_with_tim • π± Twitter: / techwithtimm • β Discord: / discord • π LinkedIn: / 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=... • π° Patreon: / 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
#############################
