What is a common practice for managing access to a Git repository?
- Using strong passwords
- Implementing Two-Factor Authentication (2FA)
- Configuring access based on roles and permissions
- Restricting access to a specific IP range
A common practice for managing access is configuring access based on roles and permissions. This allows fine-grained control over who can perform specific actions in the repository.
Loading...
Related Quiz
- A common tool used in distributed teams for collaborative Git workflow management is git ________.
- What are the implications of adopting a Git workflow in a distributed team with respect to continuous integration?
- If a branch history is corrupted, one can use git _______ to recreate commits from the reflog.
- What is a common feature offered by cloud platforms like GitHub, GitLab, and Bitbucket?
- What is the effect of git reset --hard HEAD^?