1.

How do you know that branch has been already merged into master in Git?

Answer»

How do you know that branch has been already merged into MASTER in Git?
(1)Git branch --merged:- This COMMAND will lists all the branches that have been merged into the CURRENT branch.
(2)Git branch--no-merged:-This command will lists the branches that have not been merged.



Discussion

No Comment Found