There is a master branch in the project. dev forwarded from it, and branches of individual fixes come from dev, let's call fix .
Those. the project looks like master -> dev -> fix . After merging the dev and fix branches, the fix branch was saved in the repository.
git checkout dev git merge master <<ΡΡΡ ΠΈΠ·ΠΌΠ΅Π½Π΅Π½ΠΈΡ ΠΏΡΠΈ ΡΠ»ΠΈΡΠ½ΠΈΠΈ>> git branch > fix >*dev > master Should it be removed or should it hang there?