0 votes
in Git by
Describe Feature branching strategy in Git.

1 Answer

0 votes
by

A feature branch type of Git model keeps the entire set of modifications for any specific characteristic within the branch. Only when this specific characteristic is entirely tested and verified by several automated tests, then this branch is merged into Git’s master branch.

Related questions

0 votes
asked Apr 18, 2020 by SakshiSharma
0 votes
asked Sep 3, 2020 in Git by SakshiSharma
...