6 lines
No EOL
107 B
Bash
Executable file
6 lines
No EOL
107 B
Bash
Executable file
#!/bin/sh
|
|
|
|
added_files=$(git diff --name-only --cached --diff-filter=d)
|
|
|
|
make format
|
|
git add ${added_files} |