logo


your one source for IT & AV

Training Presentation Systems Services & Consulting Cloud Services Purchase Client Center Computer Museum
Arrow Course Schedule | Classroom Rentals | Student Information | Free Seminars | Client Feedback | Partners | Survey | Standby Discounts

Developing with Git and GitHub

SS Course: GK840250

Course Overview

TOP

Developing with Git and GitHub is designed to provide software developers, DevOps engineers, cybersecurity specialists, technical project managers, and data scientists with a comprehensive understanding of Git and GitHub. This intermediate-level course spans three days and offers a blend of theoretical knowledge and hands-on practice, ensuring participants gain practical skills in version control and collaborative development.

Throughout the class, participants will learn to define Git's architecture, execute foundational Git operations, and implement effective remote repository operations. You will also explore advanced GitHub features such as project management tools, security best practices, and CI/CD pipelines using GitHub Actions. By the end of the course, attendees will be proficient in leveraging GitHub's capabilities to enhance team collaboration, manage code changes, and streamline development workflows.

This course is ideal for professionals looking to deepen their understanding of version control systems and improve their collaborative development skills. Participants will leave with the ability to set up and utilize GitHub's project management tools, design effective CI/CD pipelines, and develop custom development environments with GitHub Codespaces. Whether you're aiming to enhance your team's productivity or advance your career, this course provides the essential knowledge and skills needed to succeed in today's fast-paced development environment.

                                                                  

Scheduled Classes

TOP
04/28/25 - GVT - Virtual Classroom - Virtual Instructor-Led
06/16/25 - GVT - Virtual Classroom - Virtual Instructor-Led
08/11/25 - GVT - Virtual Classroom - Virtual Instructor-Led
10/20/25 - GVT - Virtual Classroom - Virtual Instructor-Led

Outline

TOP
Git Fundamentals
  • Introduction to Version Control and Git
  • What is Git?
  • Git vs Other Version Control Systems
  • Git Architecture Overview
  • Working Directory, Staging Area, and Repository
  • Basic Git Workflow
  • Git Configuration and Setup (git config)
  • Git Operations
  • Repository Initialization (git init)
  • Staging Files (git add, git status)
  • Creating Meaningful Commits (git commit)
  • Viewing and Understanding History (git log)
  • Understanding HEAD
  • Best Practices for Commits
  • .gitignore Files
  • Backtracking and Recovery
  • Git Reset Types (git reset)
  • Git Checkout (git checkout)
  • Reverting Changes
  • Managing the Staging Area (git diff)
  • Temporary Storage with Stash (git stash)
  • Recovery Strategies
  • Git Reflog
  • Branching and Merging
  • Branch Concept and Purpose
  • Creating and Managing Branches (git branch)
  • Branch Naming Conventions
  • Merging Fundamentals (git merge)
  • Handling Merge Conflicts
GitHub Fundamentals and Collaboration
  • Introduction to GitHub
  • What is GitHub?
  • Creating and Setting Up Account
  • GitHub vs Git
  • Repository Creation and Settings
  • GitHub Interface Overview
  • Repository Templates
  • Remote Operations
  • Connecting Local to Remote (git remote)
  • Remote Repository Management
  • Cloning Repositories (git clone)
  • Fetch vs Pull (git fetch, git pull)
  • Push Operations (git push)
  • Tracking Branches
  • File Management Commands (git rm, git mv)
  • Collaborative Workflows
  • Understanding Fork vs Clone
  • Pull Requests
  • Code Review Process
  • Branch Protection Rules
  • Contributing Guidelines
  • Merge Strategies
  • Resolving Conflicts in Pull Requests
  • GitHub Project Management
  • Issues and Milestones
  • Project Boards
  • Markdown Documentation
  • Wiki Pages
  • README Best Practices
Advanced GitHub Features
  • GitHub Security (1.5 hours)
  • Personal Access Tokens
  • SSH Keys Setup
  • Two-Factor Authentication
  • Repository Security Settings
  • Access Management
  • Security Best Practices
  • GitHub Actions
  • CI/CD Concepts
  • Understanding Workflows
  • Creating Custom Actions
  • Workflow Triggers
  • Environment Variables and Secrets
  • Common Use Cases
  • Testing and Deployment
  • Advanced History Commands (git rebase, git show)
  • GitHub Codespaces
  • Development Environments
  • Customizing Codespaces
  • github.dev Overview
  • Performance Considerations
  • Cost Management
  • Best Practices
  • GitHub Copilot
  • AI-Assisted Development
  • Setting Up Copilot
  • Effective Prompting
  • Code Suggestions and Completions
  • Best Practices and Limitations
  • Security Considerations

    Prerequisites

    TOP

    Course Level: INTERMEDIATE
    6-12 months of software development experience

    Basic proficiency with command line operations, including:

    • Navigating directories (cd, ls/dir)
    • Creating/editing files and folders
    • Running basic commands
    • Understanding of file paths

    Familiarity with basic collaborative development concepts:

    • Code versioning
    • Team-based development workflows
    • Code review processes

    Introduction to Programming

      Who Should Attend

      TOP
      • Software developers
      • DevOps engineers
      • Cybersecurity specialists
      • Technical project managers
      • Data scientists