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!
ā±ļø Timestamps:
š Newsletter:
šŖElsewhere:
šConcepts:
šResources:
š¬ Subscribe!
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.
š¤Æ 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