mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Fix missing shebang in git-clear and missing +x on others
This commit is contained in:
parent
91ca995edc
commit
a09eefde25
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Sure? - This command may delete files that cannot be recovered. [Y/n]"
|
||||
read ans
|
||||
if [ "$ans" != "n" ]
|
||||
|
|
|
|||
0
bin/git-show-merged-branches
Normal file → Executable file
0
bin/git-show-merged-branches
Normal file → Executable file
0
bin/git-show-unmerged-branches
Normal file → Executable file
0
bin/git-show-unmerged-branches
Normal file → Executable file
Loading…
Reference in a new issue