git commands for contributing in Flask #4247
-
|
I do not know if it is possible to ask this type of question here, but I hope that it is possible and that they will help me.
now I'm in the fix branch git checkout main
git checkout -b my-branch-name origin/2.0.xor like this: git checkout main
git fetch origin
git checkout -b my-branch-name origin/2.0.xOr something else? Sorry for the possibly stupid question. I just don't want to mess up my fork and local repo. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The contributing guide contains everything you need to know to contribute to Flask. |
Beta Was this translation helpful? Give feedback.
The contributing guide contains everything you need to know to contribute to Flask.