Udemy The Git Github Bootcamp
5.2 GB | 00:09:55 | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English
Files Included :
001 Welcome To The Course! (44.87 MB)
003 What The Course Covers (28.33 MB)
004 A Note On The Exercises (18 MB)
005 Accessing The Slides & Diagrams (9.5 MB)
001 What Really Matters In This Section (3.55 MB)
002 What Exactly Is Git (22.64 MB)
003 Visualizing Git (32.37 MB)
004 A Quick History Of Git (17.67 MB)
005 Who Uses Git (29.04 MB)
006 Git Vs Github What s The Difference (15.48 MB)
001 What Really Matters In This Section (3.85 MB)
002 Installing Git Terminal Vs GUIs (46.27 MB)
003 WINDOWS Git Installation (43.54 MB)
004 MAC Git Installation (35.89 MB)
005 Configuring Your Git Name & Email (21.8 MB)
006 Installing GitKraken (Our GUI) (17.08 MB)
007 Terminal Crash Course Introduction (10.48 MB)
008 Terminal Crash Course Navigation (68.03 MB)
009 Terminal Crash Course Creating Files & Folders (63.33 MB)
010 Terminal Crash Course Deleting Files & Folders (31.18 MB)
001 What Really Matters In This Section (2.53 MB)
002 What Is A Git Repo (29.9 MB)
003 Our First Commands Git Init and Git Status (9.99 MB)
004 The Mysterious Git Folder (36.78 MB)
005 A Common Early Git Mistake (13.12 MB)
006 The Committing Workflow Overview (32.79 MB)
007 Staging Changes With Git Add (19 MB)
008 Finally, The Git Commit Command! (20.28 MB)
009 The Git Log Command (And More Committing) (76.67 MB)
010 Committing Exercise (41.59 MB)
001 What Really Matters In This Section (4.71 MB)
002 Navigating The Git Documentation (41.64 MB)
003 Keeping Your Commits Atomic (48.11 MB)
004 Commit Messages Present Or Past Tense (17.49 MB)
005 Escaping VIM & Configuring Git s Default Editor (79.71 MB)
006 A Closer Look At The Git Log Command (51.5 MB)
007 Committing With A GUI (45.11 MB)
008 Fixing Mistakes With Amend (42.9 MB)
009 Ignoring Files w gitignore (58.31 MB)
001 What Really Matters In This Section (4.22 MB)
002 Introducing Branches (10.77 MB)
003 The Master Branch (Or Is It Main) (11.28 MB)
004 What On Earth Is HEAD (34.73 MB)
005 Viewing All Branches With Git Branch (1.75 MB)
006 Creating & Switching Branches (34.37 MB)
007 More Practice With Branching (35.28 MB)
008 Another Option Git Checkout Vs Git Switch (23.18 MB)
009 Switching Branches With Unstaged Changes (27.88 MB)
010 Deleting & Renaming Branches (54.33 MB)
011 How Git Stores HEAD & Branches (34.37 MB)
012 Branching Exercise (48.1 MB)
001 What Really Matters In This Section (3.35 MB)
002 An Introduction To Merging (21.28 MB)
003 Performing A Fast Forward Merge (23.45 MB)
004 Visualizing Merges (12.21 MB)
005 Generating Merge Commits (34.75 MB)
006 Oh No! Merge Conflicts! (5.95 MB)
007 Resolving Merge Conflicts (42.41 MB)
008 Using VSCode To Resolve Conflicts (32.17 MB)
009 Merging Exercise (36.04 MB)
001 What Really Matters In This Section (6.95 MB)
002 Introducing The Git Diff Command (35.42 MB)
003 A Guide To Reading Diffs (54.06 MB)
004 Viewing Unstaged Changes (12.72 MB)
005 Viewing Working Directory Changes (11.8 MB)
006 Viewing Staged Changes (5.75 MB)
007 Diffing Specific Files (12.31 MB)
008 Comparing Changes Across Branches (11.12 MB)
009 Comparing Changes Across Commits (4.43 MB)
010 Visualizing Diffs With GUIs (29.58 MB)
011 Diff Exercise (57.56 MB)
001 What Really Matters In This Section (3.41 MB)
002 Why We Need Git Stash (24.27 MB)
003 Stashing Basics Git Stash Save & Pop (8.95 MB)
004 Practicing With Git Stash (11.79 MB)
005 Git Stash Apply (18.75 MB)
006 Working With Multiple Stashes (26.26 MB)
007 Dropping & Clearing The Stash (5.06 MB)
008 Stashing Exercise (11.84 MB)
001 What Really Matters In This Section (8.5 MB)
002 Checking Out Old Commits (44.74 MB)
003 Re-Attaching Our Detached HEAD! (32.76 MB)
004 Referencing Commits Relative to HEAD (8 MB)
005 Discarding Changes With Git Checkout (12.26 MB)
006 Un-Modifying With Git Restore (24.57 MB)
007 Un-Staging Changes With Git Restore (18.07 MB)
008 Undoing Commits With Git Reset (19.94 MB)
009 Reverting Commits With Git Revert (12.89 MB)
010 Undoing Changes Exercise (82.42 MB)
001 What Really Matters In This Section (3.35 MB)
002 What Does Github Do For Us (44.26 MB)
003 Why You Should Use Github! (17.21 MB)
004 Cloning Github Repos With Git Clone (64.25 MB)
005 Cloning Non-Github Repos (9.04 MB)
006 Github Setup SSH Config (49.83 MB)
007 Creating Our First Github Repo! (19.45 MB)
008 A Crash Course on Git Remotes (31.92 MB)
009 Introducing Git Push (52 MB)
010 Touring A Github Repo (21.61 MB)
011 Practice With Git Push (16.12 MB)
012 A Closer Look At Git Push (21.03 MB)
013 What does git push -u mean (17.36 MB)
014 Another Github Workflow Cloning First (15.59 MB)
015 Main & Master Github Default Branches (23.92 MB)
016 Github Basics Exercise (66.28 MB)
001 What Really Matters In This Section (2.27 MB)
002 Remote Tracking Branches WTF Are They (22.67 MB)
003 Checking Out Remote Tracking Branches (32.95 MB)
004 Working With Remote Branches (35.11 MB)
005 Git Fetch The Basics (10.43 MB)
006 Demonstrating Git Fetch (40.02 MB)
007 Git Pull The Basics (9.67 MB)
008 Git Pull & Merge Conflicts (21.43 MB)
009 A Shorter Syntax For Git Pull (20.3 MB)
001 What Really Matters In This Section (4.92 MB)
002 Github Repo Visibility Public Vs Private (18.89 MB)
003 Adding Github Collaborators (26.08 MB)
004 Github Collaboration Demo (33.57 MB)
005 What are READMEs (27.18 MB)
006 A Markdown Crash Course (84.43 MB)
007 Adding a README To A Project (26.6 MB)
008 Creating Github Gists (35.19 MB)
009 Introducing Github Pages (15.64 MB)
010 Github Pages Demo (68.83 MB)
001 What Really Matters In This Section (5.07 MB)
002 The Pitfalls Of A Centralized Workflow (37.53 MB)
003 Centralized Workflow Demonstration (83.68 MB)
004 The All-Important Feature Branch Workflow (17.53 MB)
005 Feature Branch Workflow Demo (73.73 MB)
006 Merging Feature Branches (20.79 MB)
007 Introducing Pull Requests (30.4 MB)
008 Making Our First Pull Request (33.6 MB)
009 Merging Pull Requests With Conflicts (62.32 MB)
010 Configuring Branch Protection Rules (32.74 MB)
011 Introducing Forking (7.94 MB)
012 Forking Demonstration (41.82 MB)
013 The Fork & Clone Workflow (30.55 MB)
014 Fork & Clone Workflow Demonstration (58.01 MB)
001 What Really Matters In This Section (2.6 MB)
002 Why is Rebasing Scary Is it (6.62 MB)
003 Comparing Merging & Rebasing (28.18 MB)
004 Rebase Demo Pt 1 Setup & Merging (16.53 MB)
005 Rebasing Demo Pt 2 Actually Rebasing (50.13 MB)
006 The Golden Rule When NOT to Rebase (12.87 MB)
007 Handling Conflicts & Rebasing (36.94 MB)
001 What Really Matters In This Section (2.03 MB)
002 Introducing Interactive Rebase (14.82 MB)
003 Rewording Commits With Interactive Rebase (62.39 MB)
004 Fixing Up & Squashing Commits With Interactive Rebase (54.21 MB)
005 Dropping Commits With Interactive Rebase (21.52 MB)
001 What Really Matters In This Section (3.38 MB)
002 The Idea Behind Git Tags (8.84 MB)
003 A Side Note On Semantic Versioning (39.64 MB)
004 Viewing & Searching Tags (15.84 MB)
005 Comparing Tags With Git Diff (23.4 MB)
006 Creating Lightweight Tags (13.69 MB)
007 Creating Annotated Tags (13.62 MB)
008 Tagging Previous Commits (14.48 MB)
009 Replacing Tags With Force (4.66 MB)
010 Deleting Tags (6.43 MB)
011 IMPORTANT Pushing Tags (23.53 MB)
001 What Really Matters In This Section (3.97 MB)
002 Working With The Local Config File (95.01 MB)
003 Inside Git The Refs Directory (35.39 MB)
004 Inside Git The HEAD file (10.78 MB)
005 Inside Git The Objects Directory (15.58 MB)
006 A Crash Course On Hashing Functions (19.24 MB)
007 Git As A Key-Value Datastore (9.81 MB)
008 Hashing With Git Hash-Object (19.67 MB)
009 Retrieving Data With Git Cat-File (56.8 MB)
010 Deep Dive Into Git Objects Blobs (14.51 MB)
011 Deep Dive Into Git Objects Trees (49.2 MB)
012 Deep Dive Into Git Objects Commits (88.27 MB)
001 What Really Matters In This Section (3.21 MB)
002 Introducing Reflogs (51.19 MB)
003 The Limitations of Reflogs (13.76 MB)
004 The Git Reflog Show Command (66.84 MB)
005 Passing Reflog References Around (29.06 MB)
006 Time-Based Reflog Qualifiers (33.49 MB)
007 Rescuing Lost Commits With Reflog (35.81 MB)
008 Undoing A Rebase w Reflog - It s A Miracle! (23.34 MB)
001 What Matters In This Section (1.94 MB)
002 The Global Git Config File (24.8 MB)
003 Writing Our First Git Alias (17.48 MB)
004 Setting Aliases From The Command Line (3.51 MB)
005 Aliases With Arguments (25.38 MB)
006 Exploring Existing Useful Aliases Online (55.3 MB)
003 What The Course Covers (28.33 MB)
004 A Note On The Exercises (18 MB)
005 Accessing The Slides & Diagrams (9.5 MB)
001 What Really Matters In This Section (3.55 MB)
002 What Exactly Is Git (22.64 MB)
003 Visualizing Git (32.37 MB)
004 A Quick History Of Git (17.67 MB)
005 Who Uses Git (29.04 MB)
006 Git Vs Github What s The Difference (15.48 MB)
001 What Really Matters In This Section (3.85 MB)
002 Installing Git Terminal Vs GUIs (46.27 MB)
003 WINDOWS Git Installation (43.54 MB)
004 MAC Git Installation (35.89 MB)
005 Configuring Your Git Name & Email (21.8 MB)
006 Installing GitKraken (Our GUI) (17.08 MB)
007 Terminal Crash Course Introduction (10.48 MB)
008 Terminal Crash Course Navigation (68.03 MB)
009 Terminal Crash Course Creating Files & Folders (63.33 MB)
010 Terminal Crash Course Deleting Files & Folders (31.18 MB)
001 What Really Matters In This Section (2.53 MB)
002 What Is A Git Repo (29.9 MB)
003 Our First Commands Git Init and Git Status (9.99 MB)
004 The Mysterious Git Folder (36.78 MB)
005 A Common Early Git Mistake (13.12 MB)
006 The Committing Workflow Overview (32.79 MB)
007 Staging Changes With Git Add (19 MB)
008 Finally, The Git Commit Command! (20.28 MB)
009 The Git Log Command (And More Committing) (76.67 MB)
010 Committing Exercise (41.59 MB)
001 What Really Matters In This Section (4.71 MB)
002 Navigating The Git Documentation (41.64 MB)
003 Keeping Your Commits Atomic (48.11 MB)
004 Commit Messages Present Or Past Tense (17.49 MB)
005 Escaping VIM & Configuring Git s Default Editor (79.71 MB)
006 A Closer Look At The Git Log Command (51.5 MB)
007 Committing With A GUI (45.11 MB)
008 Fixing Mistakes With Amend (42.9 MB)
009 Ignoring Files w gitignore (58.31 MB)
001 What Really Matters In This Section (4.22 MB)
002 Introducing Branches (10.77 MB)
003 The Master Branch (Or Is It Main) (11.28 MB)
004 What On Earth Is HEAD (34.73 MB)
005 Viewing All Branches With Git Branch (1.75 MB)
006 Creating & Switching Branches (34.37 MB)
007 More Practice With Branching (35.28 MB)
008 Another Option Git Checkout Vs Git Switch (23.18 MB)
009 Switching Branches With Unstaged Changes (27.88 MB)
010 Deleting & Renaming Branches (54.33 MB)
011 How Git Stores HEAD & Branches (34.37 MB)
012 Branching Exercise (48.1 MB)
001 What Really Matters In This Section (3.35 MB)
002 An Introduction To Merging (21.28 MB)
003 Performing A Fast Forward Merge (23.45 MB)
004 Visualizing Merges (12.21 MB)
005 Generating Merge Commits (34.75 MB)
006 Oh No! Merge Conflicts! (5.95 MB)
007 Resolving Merge Conflicts (42.41 MB)
008 Using VSCode To Resolve Conflicts (32.17 MB)
009 Merging Exercise (36.04 MB)
001 What Really Matters In This Section (6.95 MB)
002 Introducing The Git Diff Command (35.42 MB)
003 A Guide To Reading Diffs (54.06 MB)
004 Viewing Unstaged Changes (12.72 MB)
005 Viewing Working Directory Changes (11.8 MB)
006 Viewing Staged Changes (5.75 MB)
007 Diffing Specific Files (12.31 MB)
008 Comparing Changes Across Branches (11.12 MB)
009 Comparing Changes Across Commits (4.43 MB)
010 Visualizing Diffs With GUIs (29.58 MB)
011 Diff Exercise (57.56 MB)
001 What Really Matters In This Section (3.41 MB)
002 Why We Need Git Stash (24.27 MB)
003 Stashing Basics Git Stash Save & Pop (8.95 MB)
004 Practicing With Git Stash (11.79 MB)
005 Git Stash Apply (18.75 MB)
006 Working With Multiple Stashes (26.26 MB)
007 Dropping & Clearing The Stash (5.06 MB)
008 Stashing Exercise (11.84 MB)
001 What Really Matters In This Section (8.5 MB)
002 Checking Out Old Commits (44.74 MB)
003 Re-Attaching Our Detached HEAD! (32.76 MB)
004 Referencing Commits Relative to HEAD (8 MB)
005 Discarding Changes With Git Checkout (12.26 MB)
006 Un-Modifying With Git Restore (24.57 MB)
007 Un-Staging Changes With Git Restore (18.07 MB)
008 Undoing Commits With Git Reset (19.94 MB)
009 Reverting Commits With Git Revert (12.89 MB)
010 Undoing Changes Exercise (82.42 MB)
001 What Really Matters In This Section (3.35 MB)
002 What Does Github Do For Us (44.26 MB)
003 Why You Should Use Github! (17.21 MB)
004 Cloning Github Repos With Git Clone (64.25 MB)
005 Cloning Non-Github Repos (9.04 MB)
006 Github Setup SSH Config (49.83 MB)
007 Creating Our First Github Repo! (19.45 MB)
008 A Crash Course on Git Remotes (31.92 MB)
009 Introducing Git Push (52 MB)
010 Touring A Github Repo (21.61 MB)
011 Practice With Git Push (16.12 MB)
012 A Closer Look At Git Push (21.03 MB)
013 What does git push -u mean (17.36 MB)
014 Another Github Workflow Cloning First (15.59 MB)
015 Main & Master Github Default Branches (23.92 MB)
016 Github Basics Exercise (66.28 MB)
001 What Really Matters In This Section (2.27 MB)
002 Remote Tracking Branches WTF Are They (22.67 MB)
003 Checking Out Remote Tracking Branches (32.95 MB)
004 Working With Remote Branches (35.11 MB)
005 Git Fetch The Basics (10.43 MB)
006 Demonstrating Git Fetch (40.02 MB)
007 Git Pull The Basics (9.67 MB)
008 Git Pull & Merge Conflicts (21.43 MB)
009 A Shorter Syntax For Git Pull (20.3 MB)
001 What Really Matters In This Section (4.92 MB)
002 Github Repo Visibility Public Vs Private (18.89 MB)
003 Adding Github Collaborators (26.08 MB)
004 Github Collaboration Demo (33.57 MB)
005 What are READMEs (27.18 MB)
006 A Markdown Crash Course (84.43 MB)
007 Adding a README To A Project (26.6 MB)
008 Creating Github Gists (35.19 MB)
009 Introducing Github Pages (15.64 MB)
010 Github Pages Demo (68.83 MB)
001 What Really Matters In This Section (5.07 MB)
002 The Pitfalls Of A Centralized Workflow (37.53 MB)
003 Centralized Workflow Demonstration (83.68 MB)
004 The All-Important Feature Branch Workflow (17.53 MB)
005 Feature Branch Workflow Demo (73.73 MB)
006 Merging Feature Branches (20.79 MB)
007 Introducing Pull Requests (30.4 MB)
008 Making Our First Pull Request (33.6 MB)
009 Merging Pull Requests With Conflicts (62.32 MB)
010 Configuring Branch Protection Rules (32.74 MB)
011 Introducing Forking (7.94 MB)
012 Forking Demonstration (41.82 MB)
013 The Fork & Clone Workflow (30.55 MB)
014 Fork & Clone Workflow Demonstration (58.01 MB)
001 What Really Matters In This Section (2.6 MB)
002 Why is Rebasing Scary Is it (6.62 MB)
003 Comparing Merging & Rebasing (28.18 MB)
004 Rebase Demo Pt 1 Setup & Merging (16.53 MB)
005 Rebasing Demo Pt 2 Actually Rebasing (50.13 MB)
006 The Golden Rule When NOT to Rebase (12.87 MB)
007 Handling Conflicts & Rebasing (36.94 MB)
001 What Really Matters In This Section (2.03 MB)
002 Introducing Interactive Rebase (14.82 MB)
003 Rewording Commits With Interactive Rebase (62.39 MB)
004 Fixing Up & Squashing Commits With Interactive Rebase (54.21 MB)
005 Dropping Commits With Interactive Rebase (21.52 MB)
001 What Really Matters In This Section (3.38 MB)
002 The Idea Behind Git Tags (8.84 MB)
003 A Side Note On Semantic Versioning (39.64 MB)
004 Viewing & Searching Tags (15.84 MB)
005 Comparing Tags With Git Diff (23.4 MB)
006 Creating Lightweight Tags (13.69 MB)
007 Creating Annotated Tags (13.62 MB)
008 Tagging Previous Commits (14.48 MB)
009 Replacing Tags With Force (4.66 MB)
010 Deleting Tags (6.43 MB)
011 IMPORTANT Pushing Tags (23.53 MB)
001 What Really Matters In This Section (3.97 MB)
002 Working With The Local Config File (95.01 MB)
003 Inside Git The Refs Directory (35.39 MB)
004 Inside Git The HEAD file (10.78 MB)
005 Inside Git The Objects Directory (15.58 MB)
006 A Crash Course On Hashing Functions (19.24 MB)
007 Git As A Key-Value Datastore (9.81 MB)
008 Hashing With Git Hash-Object (19.67 MB)
009 Retrieving Data With Git Cat-File (56.8 MB)
010 Deep Dive Into Git Objects Blobs (14.51 MB)
011 Deep Dive Into Git Objects Trees (49.2 MB)
012 Deep Dive Into Git Objects Commits (88.27 MB)
001 What Really Matters In This Section (3.21 MB)
002 Introducing Reflogs (51.19 MB)
003 The Limitations of Reflogs (13.76 MB)
004 The Git Reflog Show Command (66.84 MB)
005 Passing Reflog References Around (29.06 MB)
006 Time-Based Reflog Qualifiers (33.49 MB)
007 Rescuing Lost Commits With Reflog (35.81 MB)
008 Undoing A Rebase w Reflog - It s A Miracle! (23.34 MB)
001 What Matters In This Section (1.94 MB)
002 The Global Git Config File (24.8 MB)
003 Writing Our First Git Alias (17.48 MB)
004 Setting Aliases From The Command Line (3.51 MB)
005 Aliases With Arguments (25.38 MB)
006 Exploring Existing Useful Aliases Online (55.3 MB)
[center]
Screenshot
[/center]
https://rapidgator.net/file/b6faa69464f3d76857f9cc6a7c6c33c9/Udemy_The_Git_Github_Bootcamp.part1.rar
https://rapidgator.net/file/a439ea7e12186d9ddf2235df064c5456/Udemy_The_Git_Github_Bootcamp.part2.rar
https://rapidgator.net/file/2f68c0798dd2c7c0c2e6fc0622198150/Udemy_The_Git_Github_Bootcamp.part3.rar
https://filestore.me/fjbyefqqx8hj/Udemy_The_Git_Github_Bootcamp.part1.rar
https://filestore.me/yfx3so8mprkj/Udemy_The_Git_Github_Bootcamp.part2.rar
https://filestore.me/2pwansmn3utv/Udemy_The_Git_Github_Bootcamp.part3.rar