What are the three states of a Git file? (Choose three.)

IT Questions BankCategory: DevNetWhat are the three states of a Git file? (Choose three.)

What are the three states of a Git file? (Choose three.)

  • secured
  • staged
  • committed
  • locked
  • modified
  • deleted

Explanation: There are three Git file states:

  • Committed: The version of the file saved in the.git directory.
  • Modified: The file has changed but has not been committed to the repository.
  • Staged: The modified file is ready to be committed to the repository.

Exam with this question: 3.7.2 Module 3: Software Development and Design Quiz

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x