What is ‘git status’ is used for?
Answer Posted / 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.
Post New Answer View All Answers
How is git instaweb used?
2