The "git merge --no-ff" command ensures a _______ merge.
- Non-Fast-Forward
- Force
- Recursive
- Annotated
The "git merge --no-ff" command ensures a Non-Fast-Forward merge. This option preserves the branch hierarchy, creating a new merge commit even if it could be fast-forwarded. It provides a cleaner history and better traceability.
Loading...
Related Quiz
- What is idempotency in the context of Infrastructure as Code?
- What are some common strategies for resolving merge conflicts in Git?
- What does OAuth primarily focus on in terms of user authorization?
- What are the potential risks of ignoring or poorly resolving merge conflicts in a project?
- _______ profiling helps identify areas of code that consume excessive resources or cause bottlenecks.