This website requires JavaScript.
Explore
Help
Register
Sign In
sascha
/
difftastic
mirror of
https://github.com/Wilfred/difftastic/
Watch
1
Star
0
Fork
You've already forked difftastic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
22813808fe
difftastic
/
vendor
/
tree-sitter-hack
/
.github
/
workflows
/
validate.sh
6 lines
71 B
Bash
Raw
Blame
History
#!/bin/bash
if
[
-n
"
$(
git status --porcelain
)
"
]
;
then
exit
1
fi
Reference in New Issue
View Git Blame
Copy Permalink