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 3221cb3

Browse files
Docs(MD): Added interview questions and answers
1 parent 1f110b4 commit 3221cb3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎README.md‎

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,11 +837,18 @@ git push origin <гілка>
837837
</details>
838838

839839
<details>
840-
<summary>30. ???</summary>
840+
<summary>30. Яке призначення головної гілки (main/master) у Git?</summary>
841841

842842
#### GIT
843843

844-
- Coming Soon... 😎
844+
Головна гілка (main або раніше master) — це стабільна, завжди робоча версія
845+
проєкту, на яку орієнтуються всі інші гілки.
846+
847+
- Від неї створюють feature-, release-, hotfix-гілки.
848+
849+
- Вона слугує базою для релізів.
850+
851+
- Зазвичай на ній запускається CI/CD і деплой в продакшн.
845852

846853
</details>
847854

0 commit comments

Comments
(0)

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