Skip to content

Instantly share code, notes, and snippets.

@lucijafrkovic
Created June 6, 2016 09:02
Show Gist options
  • Save lucijafrkovic/4e372021b18d370006de4183b9295ced to your computer and use it in GitHub Desktop.
Save lucijafrkovic/4e372021b18d370006de4183b9295ced to your computer and use it in GitHub Desktop.
git list all changed files between main branch and another branch
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