4. Digital Tools
File Management — Quiz
Test your understanding of file management with 5 practice questions.
Practice Questions
Question 1
When using Git LFS for large CAD files, which workflow ensures that only one user can edit a file at a time, preventing merge conflicts?
Question 2
In a .gitattributes file, which line correctly configures Git to use a custom diff driver named 'cadiff' for files with the .cad extension?
Question 3
Which Git operation should a team adopt to maintain a linear commit history when integrating feature branches into the main branch?
Question 4
Which branching model is best suited for a design team that requires isolation of release preparations while continuing feature development concurrently?
Question 5
Which character is recommended to separate semantic segments (project, date, version) in file names to maximize cross-platform compatibility?
