git: develop on feature branch, merge to develop using pull request

Опубликовано: 05 Октябрь 2024
на канале: Richel J.C. Bilderbeek
58
like

Here I show how one develops (trivial) code on his/her own feature branch, git push it, then does a GitHub Pull Request to develop. The Pull Request results in a (trivial) code review.

To get a more general overview, see this YouTube video:    • A standard git branching model  

This git branching model is inspired on Vincent Driessen's blog post at https://nvie.com/posts/a-successful-g....