PAC | Git And GitHub: The Complete Git And GitHub Course (2020 EN)

Discussion in 'Programming' started by Kanka, Mar 28, 2020.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,047
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Company: Packt Publishing
    Author: George Lomidze
    Full Title: Git And GitHub: The Complete Git And GitHub Course
    Year: 2020
    Language: English
    Genre: Educational: Web Development
    Skill Level: -
    Price: €17.99
    -
    Files: MP4 (+ Code Files)
    Time: 03:04:39
    Video: AVC, 1920 x 1080 (1.778) at 30.000 fps, 250 kbps
    Audio: AAC at 126 Kbps, 2 channels, 44.1 KHz



    Learn Git and GitHub from scratch with this comprehensive course.

    If you create websites, web applications, or mobile apps, or write any code, using a version control system is essential. This course will help you get to grips with one of the most widely used version control systems popular among professional developers and designers. Git allows you to record and recall different versions of your project, and GitHub enables you to share your code with the world, allowing you to collaborate with other developers.

    Starting with Git installation, you’ll learn the fundamentals of Git. You’ll then grasp the basics of the terminal, create your first local repository, and save different versions of the project as snapshots using commits. You’ll discover how to check the previous versions of your project, update them, or even delete them with git checkout, git revert, and git reset. Once you’ve covered the basics of GitHub, you’ll get to grips with creating a repository on GitHub, connecting the local repository to a remote one, making commits, and much more. You’ll work with branching, and learn how to deal with branches locally as well as remotely. The course covers different methods to merge branches and deal with merge conflicts, and delves into forking and contributing. You’ll see how you can copy someone else's remote repository on your GitHub account, clone it to your local computer, and contribute to the original project. Finally, you’ll explore how to collaborate on GitHub by setting up a collaboration team and defining rules for collaborators.


    Learn:
    ✓ Discover how to undo changes using git checkout, git revert, and git reset
    ✓ Create your first local repository
    ✓ Learn how to check the history of your project

    Features:
    ✓ Get well-versed with the fundamentals of Git
    ✓ Explore the basics of GitHub
    ✓ Learn the concepts of forking and contributing


    Lessons:
    1. Welcome
    01. Introduction
    2. Git Basics
    02. What is Git?
    03. How Git Works?
    04. Install Git
    05. Basics of Terminal
    06. Create First Repository
    07. Make First Commit
    08. Check History
    09. More About Commits
    3. Undoing Things
    10. What is HEAD?
    11. Git Checkout
    12. Git Revert & Git Reset (soft, mixed, hard)
    13. Ignoring Files by Git
    4. The Basics of GitHub
    14. What is GitHub?
    15. Create First Repository on GitHub
    16. Pushing Local Repository to GitHub
    17. Make First Commit on GitHub
    18. Pulling from GitHub to Local Repository
    5. Working with Branches
    19. What is Branch?
    20. Branching on GitHub
    6. Merge Branches
    21. Git merge (Fast Forward)
    22. Git merge (3-way merge)
    23. Merge Conflict
    24. Git Rebase
    7. Merging on GitHub
    25. Pull Request and Merge on GitHub
    26. Merge Conflicts on GitHub
    8. Forking and Contributing
    27. Fork and Clone
    28. Contribute to the Original Project
    9. Collaboration
    29. Add a Collaborator to the Project
    30. Working as a Collaborator
    31. Protecting Branches


    -------------