2 Open Issues Need Help Last updated: Aug 4, 2025

Open Issues Need Help

View All on GitHub
Software Development Version Control (Git)

AI Summary: Create a Git exercise that teaches students how to clone a remote repository, specifying the target folder name, and setting up both `origin` and `upstream` remotes. The exercise will involve forking a provided repository (`gm-shapes`), cloning it to a specific local directory, and verifying the correct setup of remotes.

Complexity: 3/5
help wanted exercise discussion
Software Development Version Control (Git)

AI Summary: This task involves creating a Git exercise where students learn to fetch and pull from remote repositories. The exercise requires setting up two remote repositories, adding them as remotes, pulling changes from one, and fetching changes from the other without merging. The exercise configuration needs to be defined in a `.gitmastery-exercise.json` file, specifying the exercise details, required software, and remote repository information.

Complexity: 4/5
help wanted exercise discussion