How to use Git - basic git commands part 2

There's a lot of commands in git. Some you'll use daily. Previously, I covered how to use git init, git status, git add, git commit, git diff, and git log. In this episode, I cover how to use git checkout, git branch, git merge, git fetch, git pull, and git clone.
šŸ¤Æ Support!
  • https://www.patreon.com/davidwparker
  • https://www.buymeacoffee.com/davidwparker

ā±ļø Timestamps:
  • 00:00 - Introduction
  • 00:44 - Documentation
  • 00:59 - Creating a new Github repo and setting our repo
  • 03:13 - git checkout
  • 06:44 - git merge
  • 07:55 - git push
  • 09:15 - creating a pull request on Github
  • 12:30 - git fetch and git pull
  • 13:45 - working with multiple repos
  • 17:35 - git clone (starting fresh!)

šŸ’Œ Newsletter:
  • https://www.programmingtil.com/

šŸŖElsewhere:
  • Twitter: https://twitter.com/davidwparker
  • Twitter: https://twitter.com/programmingtil
  • GitHub: https://github.com/davidwparker

šŸ’­Concepts:
  • Git and Github

šŸ“šResources:
  • Code: https://github.com/davidwparker/programmingtil-html/tree/ep7
  • https://git-scm.com/book/en/v2

šŸŽ¬ Subscribe!
  • http://bit.ly/subdavidwparker

My name is David W Parker and Iā€™m creating and publishing videos on ProgrammingTIL to help teach anyone and everyone who wants to code. Iā€™m a huge fan of Ruby on Rails, Svelte, and WebGL. Iā€™ve used React a lot in the past, as well as some Vue and AngularJS. Iā€™ve done some professional Python and Django as well. I like to create real applications and my tutorials will walk you through how to build something real from beginning-to-end.

html #git #github

Ā© programmingtil.com