]> git.phdru.name Git - git-scripts.git/blob - ls-dirty
Feat(fix-detached-head): Replace `branch -r` by `for-each-ref`
[git-scripts.git] / ls-dirty
1 #! /bin/sh
2
3 if [ -n "`git ls-files --deleted --modified --others --unmerged --killed --exclude-standard --directory --no-empty-directory`" ]
4 then
5    pwd
6 fi