8000 Fix git fetch on development workflow (#29830) · matplotlib/matplotlib@06d79ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 06d79ff

Browse files
Fix git fetch on development workflow (#29830)
1 parent 2d319fe commit 06d79ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/development_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ workflow is:
3636

3737
#. Fetch all changes from ``upstream/main``::
3838

39-
git fetch upstream/main
39+
git fetch upstream
4040

4141
#. Start a new *feature branch* from ``upstream/main``::
4242

0 commit comments

Comments
 (0)
0