Created
December 8, 2021 19:28
-
-
Save thevops/e8003065b3077b32dcce4869991c7096 to your computer and use it in GitHub Desktop.
Code Review: How many lines changed
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 14:46:22 | |
| ╰─❯ git diff --stat $(git merge-base HEAD develop) | |
| ci_cd/scripts/file1.txt | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| ci_cd/scripts/file2.txt | 17 +++++++++++++++++ | |
| ci_cd/scripts/file3.txt | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | |
| 3 files changed, 195 insertions(+), 72 deletions(-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment