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 Basics: Merge and Rebase

    Posted By: ELK1nG
    Git Basics: Merge and Rebase

    Git Basics: Merge and Rebase
    MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
    Language: English | Size: 41.8 MB | Duration: 4 minutes

    Integrating source code changes from one Git branch to another can happen either through a merge or a rebase. Merging preserves the branch history, while rebasing doesn't.

    In this Coffee Break Course, instructor Ed Wassermann will explain the difference between merge and rebase. You'll learn when to use one or the other and how they can both be used to roll changes from feature branches back to master.

    Why not check out our Introduction to Git and GitHub or watch the other Coffee Break Courses in this series:

    Git Basics: The Three Trees
    Git Basics: Reset
    Git Basics: GitHub Pull Requests
    Git Basics: Branches
    Git Basics: States
    Git Basics: Distributed Workflows
    Git Basics: Git Rebase Mixtape