Created
December 8, 2021 19:25
-
-
Save thevops/72c78720f6b93f8226ebb86cd1a3d3d6 to your computer and use it in GitHub Desktop.
Code Review: list changed files
This file contains hidden or 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
| ╭─ ~/Documents/code/app some-feature-branch | |
| ╰─❯ git diff --name-only $(git merge-base HEAD develop) | |
| .gitlab-ci.yml | |
| some/dir/file1.txt | |
| some/dir/file2.txt | |
| some/dir/file3.txt | |
| some/dir/file4.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment