in Git by
Q:
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 Nov 27, 2019 by rajeshsharma
0 votes
asked Apr 18, 2020 in Git Slack Integration by SakshiSharma
0 votes
asked Oct 26, 2020 in Git by AdilsonLima
...