Tags
Language
Tags
June 2025
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Git For Begineers. Become A Pro

    Posted By: ELK1nG
    Git For Begineers. Become A Pro

    Git For Begineers. Become A Pro
    Published 12/2023
    MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
    Language: English | Size: 603.72 MB | Duration: 1h 4m

    Learn Git & GitHub - Basic Concepts to start use it on practice

    What you'll learn

    Learn key version control concepts

    Create first repository on Github

    Synchronize local and remote changes

    Create, Modify, Delete and Squash Commits.

    Create, Delete, Merge Branches

    Apply Everything your Learn on your Final Project!

    Requirements

    Basic Computer knowledge

    Description

    The course is designed to provide you with a basic understanding of Git, a popular version control system used by developers worldwide. Whether you are new to Git or already familiar with its basics, this course will take you through a series of lessons that cover fundamental concepts and essential techniques.The course begins with an introduction to Git, how to set up a repository.Next, you will delve into the process of making your first commit to a remote repository using the terminal. You will learn the commands to make commits and push it to repositoryNext, will be branching. You will understand, why you need them, which role they are play and how to create branches.Very important thing, is to merging branches and resolve conflicts as in real-life it's daily thingsThe course also covers Git cherry-pick, a powerful command that enables you to select specific commits and apply them to another branch. You will understand when and how to use this command effectively.As part of additional techniques, you will learn how to revert commits - as in real life it's quite important things.By the end of this course, you will have solid experience and you can use git as part of yours daily practice

    Overview

    Section 1: Introduction

    Lecture 1 About course

    Lecture 2 Why you need Version Control System?

    Section 2: Repository

    Lecture 4 What is a repository

    Lecture 5 Create repository on Github

    Lecture 6 Download repository

    Section 3: Commit Basics

    Lecture 7 Intro

    Lecture 8 What is commit in Git

    Lecture 9 Do first commit

    Lecture 10 Commit new file

    Lecture 11 Commit file removal

    Lecture 12 Git log command

    Lecture 13 Gitignore file

    Lecture 14 Publish changes

    Section 4: Branches

    Lecture 15 Intro

    Lecture 16 What is branch?

    Lecture 17 Create first branch

    Lecture 18 How to delete branch?

    Lecture 19 Pull Request. How to create?

    Lecture 20 Pull Request. Merge Technique. Squash and Merge

    Lecture 21 Pull Request. Merge Technique. Merge Commit

    Lecture 22 Pull Request. Merge Technique. Rebase

    Lecture 23 Pull Request. Merge conflicts

    Section 5: Advanced Techniques

    Lecture 24 Branch force-push

    Lecture 26 How to cherry-pick commit

    Complete beginners who don't know anything about Git and want to know