Skip to content

Commit 317a19d

Browse files
kim-emjcommelinrobin-carlierbryangingechen
authored
Add git guide for mathlib4 contributors (#643)
Adds a comprehensive git guide aimed at mathematicians new to git who want to contribute to mathlib4. Covers forking, cloning, remotes, branches, PRs, and collaboration workflows. --------- Co-authored-by: Johan Commelin <johan@commelin.net> Co-authored-by: Robin Carlier <57142648+robin-carlier@users.noreply.github.com> Co-authored-by: Bryan Gin-ge Chen <bryangingechen@gmail.com>
1 parent 3a26c29 commit 317a19d

File tree

3 files changed

+399
-7
lines changed

3 files changed

+399
-7
lines changed

data/menus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@
5050
- title: Contributing
5151
items:
5252
- Pull request lifecycle: contribute/index.html
53+
- Git Guide for Mathlib4 Contributors: contribute/git.html
5354
- Naming conventions: contribute/naming.html
5455
- Code style guideline: contribute/style.html
5556
- Documentation style: contribute/doc.html
5657
- Commit conventions: contribute/commit.html
5758
- Pull request review guide: contribute/pr-review.html
5859
- Contribution statistics: mathlib_stats.html
5960
- Tags and branches: contribute/tags_and_branches.html
60-

0 commit comments

Comments
 (0)