InterviewSolution
Saved Bookmarks
| 1. |
Which of the following command help us to give message description?(a) git command -m(b) git command -d(c) git command -message(d) none of the mentionedThe question was posed to me in exam.My doubt stems from Types of Questions topic in division Data Science Basics and Data Scientist Toolbox of Data Science |
|
Answer» CORRECT ANSWER is (a) git COMMAND -m Easiest EXPLANATION - This only updates your local repository. |
|