When running `arc diff` with untracked files in the repo, we get this message:
> Do you want to amend these files to the commit? [y/N]
But when running `arc land` with the same files in the repo, this is the message:
> Do you want to continue without adding these files? [Y/n]
Why not use the same question and default for both?