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 to remove a file from git without removing it from your file system?
What is the difference between ‘git remote’ and ‘git clone’?
What is git fork? How to create tag?
How will you know in GIT if a branch has been already merged into master?
What is git and why do we use it?
Explain the advantages of forking workflow?
What is a repository in GIT?
What is the function of ‘git diff ’ in git?
How to resolve a conflict in git?
How do you find a list of files that have changed in a particular commit?
What is git bisect? How can you use it to determine the source of a (regression) bug?
How many heads can be created in a repository?