Branch git operation commands
08:57
Reading
Add Comment
To find the difference between two branches
$git diff master ... branch_name
e,g
$git diff master ... new_feature
$git diff master ... branch_name
e,g
$git diff master ... new_feature
0 comments:
Post a Comment