Become Git and GitHub Professional from Scratch

Become Git and GitHub Professional from Scratch

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.

$14.99 / $24.99

Introduction

  • 1. Course Welcome
    1m 51s
  • 2. Audience and Approach
    2m 19s
  • 3. Using The Command Line
    2m 16s

Core Concepts

  • 1. Core Concepts Overview
    24s
  • 2. What is Git
    1m 31s
  • 3. The Repository
    1m 4s
  • 4. Commits and Files
    44s
  • 5. What is GitHub
    1m 12s

Quick Installations

  • 1. Quick Installation Overview
    57s
  • 2. Quick Install on Windows
    8m 32s
  • 3. Quick Install on Mac OS X
    6m 13s

The Basics

  • 1. The Basics Overview
    36s
  • 2. Initialization
    1m 22s
  • 3. Git States
    1m 17s
  • 4. First Commit
    2m 59s
  • 5. Repository and the Git Folder
    1m 53s
  • 6. Starting with Existing Project
    1m 50s
  • 7. Commits and Messages
    1m 54s
  • 8. Commit Details with Log and Show
    1m 11s
  • 9. Express Commits
    2m 52s
  • 10. Backing Out Changes
    2m 7s
  • 11. History and Making New Commands with Alias
    3m 43s
  • 12. Rename and Delete Files
    3m 2s
  • 13. Managing Files Outside of Git
    3m 1s
  • 14. Excluding Unwanted Files
    2m 50s

Advanced: Beyond the Basics

  • 1. Advanced Overview
    30s
  • 2. Comparing Differences
    2m 34s
  • 3. Branching and Merge Types
    1m 57s
  • 4. Special Markers
    32s
  • 5. Simple Branching Example
    4m 49s
  • 6. Conflict Resolution
    4m 45s
  • 7. Marking Special Events with Tagging
    2m 32s
  • 8. Saving Work in Progress with Stashing
    2m 12s
  • 9. Time Travel with Reset and Reflog
    5m 17s

Welcome to GitHub

  • 1. Welcome to GitHub Overview
    59s
  • 2. Signup for GitHub
    2m 1s
  • 3. GitHub Profile
    2m 18s
  • 4. GitHub Settings
    2m 29s
  • 5. Creating a GitHub Repository
    1m 8s
  • 6. Linking to our GitHub Repository
    2m 13s
  • 7. Pushing Changes to GitHub
    2m 24s
  • 8. Verifying our Changes on GitHub
    55s

SSH Authentication

  • 1. Authentication Overview
    36s
  • 2. SSH vs HTTPS
    1m 42s
  • 3. Generating an SSH Key
    2m 15s
  • 4. Verify SSH Authentication with GitHub
    2m 31s

GitHub Repository

  • 1. Starting Remote with a Starter Repository
    33s
  • 2. Create a Local Copy with Clone
    1m 3s
  • 3. Seeding the Repository with Sample Content
    3m 36s
  • 4. Publish Back to GitHub
    2m 57s
  • 5. Fetch and Pull
    1m 49s
  • 6. Repository Features and Settings
    3m 48s
  • 7. Updating Repository and Remote References
    2m 52s
  • 8. Looking at Files and Folders on GitHub
    1m 49s
  • 9. Directly Editing Files on GitHub
    50s
  • 10. Creating a New Files on GitHub
    2m 33s
  • 11. Creating a New File on Master
    2m 35s
  • 12. Renaming and Deleting Files on GitHub
    1m 4s
  • 13. Synchronizing our Changes with our Local Repository
    2m 1s
  • 14. Reviewing Commits with the Commit List
    1m 26s
  • 15. Commit Details: Going Deeper
    52s
  • 16. GitHub Time Travel: Reviwing Your Repository as of a Particular Commit
    3m 11s
  • 17. Using Commit IDs with the Local Repository
    1m 27s

GitHub Repository Branches

  • 1. Creating Branches on GitHub
    2m 49s
  • 2. Local Branches
    3m 28s
  • 3. Comparing and Pull Requests
    5m 18s
  • 4. Merging Locally
    5m 20s
  • 5. Locally Switch to a Branch on GitHub
    3m 52s
  • 6. Cleaning Up By Deleting Branches and References
    3m 43s
  • 7. Pull with Rebase
    4m 31s
  • 8. GitHub Graphs
    1m 44s
  • 9. Setting the Default Branch
    5m 3s
  • 10. Dealing with a Conflict while Pulling
    16s

GitHub Tags and Releases

  • 1. Tags and Releases Overview
    4m 22s
  • 2. Local Tags (a bit of Review)
    3m 21s
  • 3. Pushing Local Tags to GitHub
    2m 12s
  • 4. Tags on GitHub
    2m 36s
  • 5. Deleting Tags on GitHub
    3m 51s
  • 6. Updating Tags: Creating a Floating Tag
    2m 47s
  • 7. Starting a Release on GitHub
    1m 24s
  • 8. Deleting a Release
    3m 28s
  • 9. Creating a Completely New Release
    3m 14s

Comparing Differences

  • 1. Comparing Differences Overview
    16s
  • 2. Comparing with Pull Requests
    1m 27s
  • 3. Comparing Commits
    2m 40s
  • 4. Comparing Tags
    1m 18s
  • 5. Advanced Comparing: Even More Fun
    2m 22s

Social Coding

  • 1. Social Coding Overview
    36s
  • 2. Copying A GitHub Repository by Forking
    2m 4s
  • 3. Creating A Branch on Your Fork
    2m 36s
  • 4. Pull Requests
    1m 48s
  • 5. Updating Pull Requests
    2m 58s
  • 6. Accepting the Pull Request
    4m 36s
  • 7. GitHub Graphs
    2m 48s
  • 8. Synchronize Changes Back to Your Fork
    6m 25s
  • 9. Enlisting Help with Collaborators
    3m 7s

GitHub Issues

  • 1. GitHub Issues Overview
    20s
  • 2. An Introduction to GitHub Issues
    56s
  • 3. Setting Up Issue Labels
    2m 28s
  • 4. Setting Up Milestones
    2m 32s
  • 5. Creating Issues
    3m 6s
  • 6. Closing Issues
    1m 58s
  • 7. Associating Issues with Commits
    2m 43s
  • 8. Using Mentions with Issues
    1m 43s

GitHub Gists

  • 1. GitHub Gists Overview
    32s
  • 2. Creating Gists
    2m 27s
  • 3. Working with Gists Locally
    2m 18s
  • 4. Sharing Gists
    1m
  • 5. Deleting Gists
    1m 26s

GitHub Organizations

  • 1. GitHub Organizations Overview
    1m 23s
  • 2. Creating a GitHub Organization
    2m 19s
  • 3. Transferring a Repository to the Organization
    2m 12s
  • 4. Forking Back to Your Account
    1m 37s
  • 5. Updating Remote Referneces on the Local side
    3m 54s
  • 6. Branches and Confusion
    3m 26s
  • 7. Organizations vs Personal Account
    2m 11s
  • 8. Working with Teams
    4m 54s
  • 9. Team Permissions
    2m 41s
  • 10. Managing Teams
    2m 11s
  • 11. Organization's Profile
    3m 37s
  • 12. Destructive Actions
    2m 6s

Conclusion

  • 1. Review and Next Steps
    2m 21s

Bonus: Background and Extra Content

  • 1. Background Overview
    34s
  • 2. History of Git
    43s
  • 3. Comparing Git with Other SCM Tools
    3m 37s

Bonus: Full Windows Installation

  • 1. Windows Full Install Overview
    2m 17s
  • 2. Git for Windows Installation
    5m 32s
  • 3. Git Bash Window Adjustments
    1m 59s
  • 4. Git for Windows: Gitting Help
    1m 5s
  • 5. Git for Windows: Minimal Configuration
    3m 13s
  • 6. Notepad++ Installation
    5m 13s
  • 7. Notepad++ Git Integration
    4m 30s
  • 8. P4Merge Installation
    5m 30s
  • 9. P4Merge Git Integration
    4m 8s

Bonus: Full Mac OS X Installation

  • 1. Full Mac OS X Installation Overview
    1m 47s
  • 2. Apple Git Installation
    1m 2s
  • 3. Gitting Help
    58s
  • 4. Git Minimal Configuration
    2m 17s
  • 5. TextMate 2 Installation
    1m 52s
  • 6. TextMate 2 Configuration
    1m 7s
  • 7. TextMate 2 Git Integration
    1m 16s
  • 8. P4Merge Installation
    1m 46s
  • 9. P4Merge Git Integration
    3m 57s
  • 10. Git Prompt on Mac
    3m 26s
  • 11. Resolve Problem with MacOS Upgrade Breaking Git (new!)
    5m 7s
Study4Pass does not provide real Microsoft exam questions. Similarly, Study4Pass does not supply real Amazon exam questions. The materials offered by Study4Pass lack real questions and answers from Cisco's certification exams. The CFA Institute neither endorses nor assures the accuracy or quality of Study4Pass content. CFA® and Chartered Financial Analyst® are registered trademarks held by the CFA Institute.

© study4pass.com 2025. All rights reserved.