Skip to content
Snippets Groups Projects
Commit f3c8fe80 authored by nimrod's avatar nimrod
Browse files

Avoid repeating files in git uncommitted.

parent 53845eb0
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
set -eu
{
git diff --name-only
git diff --name-only --cached
} | sort -u
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment