InterviewSolution
Saved Bookmarks
| 1. |
What does the command git config do? |
|
Answer» The git config command is a convenient way to set configuration OPTIONS for DEFINING the behavior of the repository, USER information and preferences, git installation-based configurations, and many such things.
|
|