diff options
author | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2023-09-14 12:47:26 -0700 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2023-09-15 18:42:46 +0000 |
commit | b3f5d94f0957f20422e6095cf049808ddbb37520 (patch) | |
tree | 741062e61904cc49629d150eeb20020aeda8f5b4 /Documentation/tutorial | |
parent | 0476f6aaabb6d682349879aacd0d2b7d8d719339 (diff) |
Documentation: Adjust master -> main branch
Some of our documentation still points to the wrong branches
Change-Id: Idb72e4f44f294f64eb01c588027d300a53d6fb41
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77875
Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'Documentation/tutorial')
-rw-r--r-- | Documentation/tutorial/part2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/tutorial/part2.md b/Documentation/tutorial/part2.md index 5917ed4d2b..7c8ce9eb52 100644 --- a/Documentation/tutorial/part2.md +++ b/Documentation/tutorial/part2.md @@ -166,7 +166,7 @@ commit --amend` allows you to take back your commit and amend it. When you are done with your commit, run `git push` to push your commit to coreboot.org. **Note:** To submit as a private patch, use `git push -origin HEAD:refs/for/master%private`. Submitting as a private patch +origin HEAD:refs/for/main%private`. Submitting as a private patch means that your commit will be on review.coreboot.org, but is only visible to yourself and those you add as reviewers. This mode isn't perfect: Somebody who knows the commit ID can still fetch the change and |