We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae6a1b commit 045e014Copy full SHA for 045e014
1 file changed
GIT_WORKFLOW.md
@@ -6,6 +6,7 @@ All students **collaboratively maintain the `main` branch**. This is the only lo
6
7
- ✅ **Main branch** = Shared development branch with latest code
8
- ✅ **Feature branches** = Short-lived branches, merge back to main when done
9
+- ✅ **Long-term branches** = Independent directions (e.g. `nn-visualization`, `python-tutor`) that develop separately without affecting `main`
10
- ✅ **Frequent integration** = Merge as soon as a feature is complete, avoid large divergence
11
- ✅ **Pull latest** = Always `git pull` before starting work to get others' code
12
- ✅ **Code review** = Yang reviews and approves all PRs to main
0 commit comments