Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7fb90cf

Browse files
🐛 FIX: workflow
1 parent 2c8f480 commit 7fb90cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ function fetchremotems() {
114114
git push origin master
115115
}
116116

117-
# Keep your GitHub forked repo in sync with the original repository with master as the primary branch
117+
# Keep your GitHub forked repo in sync with the original repository with main as the primary branch
118118
function fetchremotemn() {
119119
git fetch upstream &&
120-
git merge upstream/master &&
121-
git push origin master
120+
git merge upstream/main &&
121+
git push origin main
122122
}
123123

124124
# create new branch and checkout to it

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /