Introduction to Git - Core Concepts
Introduction to Git - Core Concepts. Twitter: @davidmahler LinkedIn: / davidmahler References: Pro Git by Scott Chacon - https://git-scm.com/book/en/v2 Visual Git Reference by Mark Lodato - https://marklodato.github.io/visual-g... Commands used in this video: git init - initialize a new repo in a directory git config --global user.name "name" git config --global user.email "email" (--local option as well) git status - see the state of files in working tree, staging area vs latest commit in git history git add - move file(s) to the staging area git log - view the git history / git commit graph git diff - diff of working tree and staging area git diff --cached - diff of staging area and latest commit git rm - remove a file from the working tree and the staging area git checkout -- filename - retrieve a file from the staging area into the working tree git reset HEAD filename - retrieve a file from the latest commit into the staging area git checkout (commit hash) filename - retrieve a file from a previous commit

Introduction to Git - Remotes

Introduction to Git - Branching and Merging

Introduction to TCPDUMP
![Git & GitHub Crash Course for Beginners [2026]](https://i.ytimg.com/vi/mAFoROnOfHs/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAiy1H8isjc5AgNIjGQlF8SXZtENg)
Git & GitHub Crash Course for Beginners [2026]

Git Internals by John Britton of GitHub - CS50 Tech Talk

GitHub Basics Made Easy: A Fast Beginner's Tutorial!

3 Git Workflows Every Developer Should Know (And When to Use Each)

Git Tutorial for Beginners: Command-Line Fundamentals

Git Fundamentals

Git Tutorial for Beginners: Learn Git in 1 Hour

Git Will Finally Make Sense After This

Git Internals - How Git Works - Fear Not The SHA!

Git Tutorial for Beginners - Git & GitHub Fundamentals In Depth

Learn Git – Full Course for Beginners

Git Tutorial: Fixing Common Mistakes and Undoing Bad Commits
![Git and GitHub Tutorial For Beginners | Full Course [2021] [NEW]](https://i.ytimg.com/vi/3fUbBnN_H2c/hqdefault.jpg?sqp=-oaymwEjCNACELwBSFryq4qpAxUIARUAAAAAGAElAADIQj0AgKJDeAE=&rs=AOn4CLAe0ymI0aKzUAn2L0lkf5ineXfWaQ)
Git and GitHub Tutorial For Beginners | Full Course [2021] [NEW]

Git Tutorial For Dummies

Git & GitHub Tutorial | Visualized Git Course for Beginner & Professional Developers in 2024

Git and GitHub Tutorial for Beginners

