index
:
dotfiles.git
main
System configuration
Git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fish
/
.local
/
bin
/
git.sh
blob: 2d4eb43a1edb0cb12c4515b5d6c90adb5b019969 (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/usr/bin/bash
if
[[
"
$1
"
==
"clean"
]]
;
then
git
clean
-fdX
else
git
"
$@
"
fi