MCQs>IT & Programming>Git>After a recent release with a stack trace, an issue is create that indicates the problem is with a newly added configuration property named MaxConnections. What command can find all commits that add or remove the string MaxConnections?
Git MCQs
After a recent release with a stack trace, an issue is create that indicates the problem is with a newly added configuration property named MaxConnections. What command can find all commits that add or remove the string MaxConnections?
Answer
Correct Answer: - git log -S "MaxConnections"
Explanation:
Note: This Question is unanswered, help us to find answer for this one