To enhance security, sensitive data in a Git repository should be stored in an encrypted ________.
- Blob
- Object
- File
- Repository
Storing sensitive data in an encrypted object ensures that unauthorized users cannot access or view the confidential information, adding an extra layer of security to the Git repository.
Loading...
Related Quiz
- The git stash ________ command allows you to view all the stashed changes in the repository.
-
If you need to review the history of changes within a specific file, use git _______
. - To remove a file from the staging area without deleting the file itself, use the command git _______.
- How do you check the current version of Git installed on your system?
- What is a common feature offered by cloud platforms like GitHub, GitLab, and Bitbucket?