This is part of my Git Version Control for Beginners course. Perfect for anyone just starting out with Git or looking to refresh their knowledge.
You can find resources and other information for this video at the Full Stack Foundations link below:
Video Link: https://www.fullstackfoundations.com/...
Course Home: https://www.fullstackfoundations.com/...
-------------------------------------------------------------------------------------
Connect with me:
Twitter: https://www.x.com/zg_dev
Full Stack Foundations: https://www.fullstackfoundations.com
-------------------------------------------------------------------------------------
Timestamps:
0:00 Intro
1:05 Workflow Introduction
2:07 Start of interactive example
5:01 Committing and Tagging our first Production Release
7:55 Introduction to Branching and Git Logs
10:36 Visual #1
11:42 How to Checkout a Branch
12:27 Visual #2
14:50 Visual #3
17:23 Visual #4
17:42 Creating first feature branch
20:49 .gitignore file
24:10 Visual #5
26:49 Merging branches
29:11 Deleting feature branch
30:07 Visual #6
31:00 Merging develop into master
33:03 Tagging second release
33:15 Visual #7