Commit 768a4205 authored by Bruno Pinto's avatar Bruno Pinto

git function to determine if git is dirty

parent 1c6a7f8d
function is_git_dirty
echo (git status -s --ignore-submodules=dirty ^/dev/null)
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment