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
Currently, we use pre-commit/pre-push hooks to create different branches that
reset --hard on dev
Create ipynbs for
Remove cells with solution tags for teaching branch
Run all notebooks for solution branch
However, this takes too long and is error prone since it can lead to issues with the local files. Instead, we should add some GitHub Actions that do that for us.
Open Question:
protect multiple branches on GitHub?
The text was updated successfully, but these errors were encountered:
Currently, we use pre-commit/pre-push hooks to create different branches that
reset --hard
ondev
ipynbs
forsolution
tags forteaching
branchsolution
branchHowever, this takes too long and is error prone since it can lead to issues with the local files. Instead, we should add some GitHub Actions that do that for us.
Open Question:
The text was updated successfully, but these errors were encountered: