You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each course should have an empty git repository created when the course is created. repo = Grit::Repo.new("/path/to/repo") can do the trick. The assumption is that each course will have a subdirectory where we will create the repo.
The text was updated successfully, but these errors were encountered:
Each course should have an empty git repository created when the course is created. repo = Grit::Repo.new("/path/to/repo") can do the trick. The assumption is that each course will have a subdirectory where we will create the repo.
The text was updated successfully, but these errors were encountered: