Created
June 6, 2016 09:02
-
-
Save lucijafrkovic/4e372021b18d370006de4183b9295ced to your computer and use it in GitHub Desktop.
git list all changed files between main branch and another branch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git diff --name-only TARGET_BRANCH $(git merge-base TARGET_BRANCH main_dev_branch) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment