Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timrulebosch authored Jun 25, 2024
1 parent 2892333 commit 1d2e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/devel/contribution/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ git fetch upstream main --tags
# Add a fsil.fork remote for your own PRs.
git remote add fsil.fork https://github.com/boschglobal/some.repo.git
git fetch fsil.fork
git switch fsil.fork/PR-BRANCH
git switch -c PR-BRANCH fsil.fork/main

# Review the remote setup.
$ git remote -v
Expand Down

0 comments on commit 1d2e395

Please sign in to comment.