Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion undo_init/.gitmastery-exercise.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"requires_github": false,
"base_files": {},
"exercise_repo": {
"repo_type": "local",
"repo_type": "ignore",
Copy link
Member

@woojiahao woojiahao Jan 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would cause the app to not create the .git folder in the beginning and it would not call the download function.

The primary fix has to occur in git-autograder:

Support an additional field in exercise_repo to ignore a potentially non-Git folder (not the same as repo_type so that downloading can still occur)

"repo_name": "my-notes",
"repo_title": null,
"create_fork": null,
Expand Down
Loading