ncherneh / homepage

My first personal website. Basically this is just a résumé.
https://ncherneh.github.io/homepage/
MIT License
0 stars 0 forks source link

Вивчити Git flow #6

Closed ncherneh closed 11 months ago

ncherneh commented 11 months ago

Git flow

Існує рекомендований сценарій при роботі з репозиторієм:

1. Create branches — створювати окрему гілку на кожну таску /feature. 2. Add commits — робити невеликі комміти з зрозумілими описами. 3. Open a Pull request — створювати pull requests для обговорення, перегляду та затвердження ваших змін. 4. Merge to the main branch — змерджити в головну гілку.

ncherneh commented 11 months ago

1. Create branches:

2. Add commits:

3. Open a Pull request:

4. Merge to the main branch: