How would you use Git to track and manage experimental features separately from the main codebase?
- Create a new branch for each feature
- Use a separate repository for experimental features
- Commit experimental features directly to the main branch
- Tag experimental features
The correct option is a) Create a new branch for each feature. This allows you to isolate and track changes related to experimental features without affecting the main codebase. Options b, c, and d are not recommended for managing experimental features in Git.
Loading...
Related Quiz
- What is the process of dividing a data set into multiple subsets called in data mining?
- In time series data, _______ is a common method for dealing with missing or irregular data points.
- In dplyr, which function combines two data frames horizontally?
- When presenting a data-driven story to a non-technical audience, what type of visualization should be prioritized to enhance understanding and engagement?
- In statistics, what does the median represent in a data set?