Как создать новую ветку и отправить её на GitHub? #199723
-
🏷️ Discussion TypeQuestion BodyКак создать новую ветку и отправить её на GitHub? |
Beta Was this translation helpful? Give feedback.
Answered by
xam1tovv
Jun 21, 2026
Replies: 1 comment
-
|
git checkout -b feature/login-page |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
LWLL04
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
git checkout -b feature/login-page
git push -u origin feature/login-page