What is the function of ‘git config’?
Answer / Lal Sahaya
The 'git config' command is used to set or view configuration settings for Git. These settings can include user name and email, repository URL, core settings such as editor, merge strategy, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What is GIT stash drop?
What is git fork? What is the difference between fork, branch, and clone?
What is ‘head’ in git?
Name a few Git repository hosting services
What are git stash and git stash drop?
What is the difference between fork, branch, and clone?
What is a repository and how will you create it?
What is “Staging Area” or “Index” in GIT?
What is a commit message?
What language is used in GIT?
What is the command you can use to write a commit message?