Skip to content

Commit 7fb90cf

Browse files
authored
🐛 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)