Does NX affected uses git 2 dots diff or 3 dots diff to determine changed files #26478
Unanswered
vinayak-ag
asked this question in
Questions
Replies: 1 comment
-
We leave out the dots, so essentially the two-dot form. In practice, I don't think it matters since if you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
nx affected:test --base=origin/ --head=HEAD
On using this NX command for a pull request.. Does it will take the git diff from merge base of feature branch and base branch.. That means just the files changed by the PR and not the diff between HEAD of base branch and HEAD of PR?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions