Open Issues Need Help
View All on GitHubAI 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.
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.