Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06d79ff

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)