Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering of Git & GitHub
Rating: 4.4 out of 5(9 ratings)
104 students

Mastering of Git & GitHub

Master the Git Workflow and Collaborate Effectively with Github: A Comprehensive Bootcamp for Beginners and Beyond
Created bySohaib Dar
Last updated 8/2024
English

What you'll learn

  • Version Control fundamentals
  • Git Architecture
  • Basic operations of Git
  • Deep Dive in Git and learn all topics
  • Deep info in GitHub

Course content

9 sections27 lectures6h 24m total length
  • Introduction3:41

Requirements

  • No programming experience needed. You will learn everything to be a super hero

Description

Git (a version control system) and GitHub (a cloud provider for Git managed projects) form an outstanding combination to provide the best possible experience to create and maintain a clearly structured project history!

This course guides everyone (no prior knowledge is required!) through the core steps to use these tools in your daily projects with ease.

What is Version Control?

Saving & accessing data and tracking changes is what version control is all about. No matter if you're working on a private or a professional development project, code evolves, changes and continuously gets improved. A clean version management structure is therefore key to successfully manage the progress of your projects.

What is Git?

Git is a 100% free version management tool, specifically created for and used by developers all over the world to manage project code history locally on their machines (Windows, macOS, Linux/Unix).

What is GitHub?

GitHub is an online service, it is also free for many use cases (an account is all you need) and brings Git's local "file-tracking" strengths to the cloud. Storing project code online, updating code, accessing other team members' code or collaborating on large-scale projects inside your organization - all possible with the help of GitHub!

Why Should I Know these Tools?

Version control is key to manage projects efficiently so not knowing Git and GitHub makes your daily developer life a lot more complicated. The same apply if you're currently looking for a new job in the industry, version control is required in any developer projects these days, so not knowing Git & GitHub puts you behind your competition!

Although Git and GitHub are user friendly, both come with their own logic and "language". Getting started can therefore be a bit cumbersome, and this is where this course comes into play!

What do I Learn in this Course?

This course starts at the very basics, no prior Git or GitHub knowledge is required! You'll learn how to use Git and how to write Git commands in the Mac Terminal or the Windows Command Prompt (optional refreshers on both are also part of the course).

Starting with the first initialization of a so-called Git repository, we'll build up your knowledge step-by-step and understand the what & why behind concepts like branches, commits, the staging area, merging & rebasing, cloning, pushing & pulling branches and a lot more!

What's Inside this Course?

  • Understand how Git works behind the scenes

  • Explain the difference Git objects: trees, blobs, commits, and annotated tags

  • Master the essential Git workflow: adding & committing

  • Work with Git branches

  • Perform Git merges and resolve merge conflicts

  • Use Git diff to reveal changes over time

  • Undo changes using git restore, git revert, and git reset

  • Work with local and remote repositories

  • Retrieve "lost" work using git reflog

  • Write custom and powerful Git aliases

  • Understand how Git works behind the scenes and understand local & remote as well as local-tracking & remote-tracking branches

  • Dive into advanced Git features like merging, branching and the stash and learn how to manage merge conflicts

  • Bring Git's power to the cloud with GitHub

  • Learn how to contribute to open-source projects via forks & pull requests

  • Mark releases and versions using Git tags

  • Master collaboration workflows: pull requests, "fork & clone".

  • Host static websites using GitHub Pages

Who this course is for:

  • Software developers
  • Embedded Software Engineer
  • flutter developer
  • any programmer