Tags
Language
Tags
June 2024
Su Mo Tu We Th Fr Sa
26 27 28 29 30 31 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 6

Git: Branches, Merges, and Remotes [Repost]

Posted By: IrGens
Git: Branches, Merges, and Remotes [Repost]

Git: Branches, Merges, and Remotes
.MP4, AVC, 1280x720, 30 fps | English, AAC, 2 Ch | 3h 3m | 541 MB
Instructor: Kevin Skoglund

Git—the popular and free version control software—unlocks powerful code management tools, including branching, merging, and remote repositories. The course explains how to use these features and commands for change tracking and collaboration. Learn to navigate the commit tree and review the log to find specific commits. Find out how to create branches to test new ideas without impacting the main project and merge those changes into the project if they work out. You can also reset branches to undo changes and stash changes that are not ready to be committed in temporary storage.

Instructor Kevin Skoglund also shows how to set up a remote repository to work with another developer and implement a collaboration workflow to ensure you are working together effectively.

Learning objectives

  • Finding and viewing commits
  • Creating and switching branches
  • Comparing branches
  • Resetting branches
  • Merging branches
  • Stashing uncommitted changes
  • Setting up a remote repository
  • Creating remote branches
  • Fetching and pushing changes to a remote
  • Enabling remote collaboration


Git: Branches, Merges, and Remotes [Repost]