Introduction
ð§âðŧ New to Git or LabEx? We recommend starting with the Quick Start with Git course.
In Git, branches are used to isolate development work without affecting other branches in the repository. Sometimes, you may need to copy a file from another branch to the current branch. This lab will test your ability to copy a file from another branch using Git.