Skip to content

Commit 045e014

Browse files
authored
Update GIT_WORKFLOW.md
1 parent 8ae6a1b commit 045e014

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GIT_WORKFLOW.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All students **collaboratively maintain the `main` branch**. This is the only lo
66

77
-**Main branch** = Shared development branch with latest code
88
-**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`
910
-**Frequent integration** = Merge as soon as a feature is complete, avoid large divergence
1011
-**Pull latest** = Always `git pull` before starting work to get others' code
1112
-**Code review** = Yang reviews and approves all PRs to main

0 commit comments

Comments
 (0)