'get elements not present when comparing two branches
I am actually comparing two org using git where each org is represented by a distinct branch. I tried to execute the following git command to list all differences into a file :
git diff origin/prod origin/dev --name-only >> diff.txt
I noticed therefore that elements that are not present in dev but prod are not showing in my diff.txt file. Only the file that exist on both org but are different somehow are listed.
How to get also those present in prod but not in dev?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
