What is ‘git status’ is used for?
Answer / Vipin Yadav
The 'git status' command is used to show the state of files in the current branch. It shows which files are untracked, modified, staged, and unmerged.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are git repository hosting services you used?
What is the difference between rebasing and merge in git?
What is the function of ‘git config’?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is ‘git status’ is used for?
What is the use of ‘git log’?
What is git fork? What is the difference between fork, branch, and clone?
What does a commit object contain?
What is git Is-tree?
What is git and why do we use it?
What is the purpose of branching and how many branching strategies can you apply?
What is ‘git add’ is used for?