- Create a new
5-git-assignment
branch frommain
branch - Add a
notebooks/
directory, and set up Git to sure that no Jupyter Notebooks or other files added tonotebooks/
directory get to Git history - Add a
metrics
directory, and create empty filemetrics.json
- Push
5-git-assignment
branch to remote repo (your mlrepa course workspace) - Create Merge Request to
main
branch
- Create branch has
5-git-assignment
name notebooks/
directory in GitLab has only.gitignore
file- New files added to
notebooks/
directory are NOT tracked by Git - New files added to
metrics/
directory are added to Git