+1 vote
in Bitbucket by
What is the Git status command?

1 Answer

0 votes
by

The git status command is used to display the state of the working directory and the staging area. This command helps you verify the changes that are staged, which are not staged, and which files are not tracked by Git. The status output does not display information related to the committed project history.

Related questions

+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel
+1 vote
+1 vote
asked Jan 3, 2022 in Bitbucket by Robindeniel
...