Problem Statement
To integrate upstream changes without a merge commit, which command would you use?
Explanation
`pull --rebase` rewrites local work on top of fetched commits, avoiding a merge commit for a linear history.
Practice Sets
This question appears in the following practice sets:
