How to use Git - basic git commands

Git is used to manage the history of your code. In this episode I explain the very basics of how to use git by walking through the first few commands you'll want to use. In later episodes, I'll start showing you how to do branching and start integrating Github as well.
šŸ¤Æ Support!
  • https://www.patreon.com/davidwparker
  • https://www.buymeacoffee.com/davidwparker

ā±ļø Timestamps:
  • 00:00 - Introduction
  • 00:40 - git init
  • 01:00 - git status
  • 01:35 - git add
  • 01:55 - git rm
  • 02:35 - git commit
  • 02:52 - git log
  • 03:25 - git diff

šŸ’Œ 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 (and Gitlab)

šŸ“šResources:
  • Code: https://github.com/davidwparker/programmingtil-html/tree/ep6
  • http://github.com/
  • 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