How can i get the program name list of codes which changed both in two branches when i run "git merg
When I run “git merge” from dev-A tp dev-B, I input the following commands in the console.
git checkout dev-A
git checkout dev-B
git merge dev-A &> LOG
And after that, what can i get in the LO...
原创
2020-03-21 11:02:14 ·
292 阅读 ·
0 评论