D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
git
/
contrib
/
git-shell-commands
/
Filename :
list
back
Copy
#!/bin/sh print_if_bare_repo=' if "$(git --git-dir="$1" rev-parse --is-bare-repository)" = true then printf "%s\n" "${1#./}" fi ' find -type d -name "*.git" -exec sh -c "$print_if_bare_repo" -- \{} \; -prune 2>/dev/null
Name
Size
Last Modified
Owner
Permissions
Actions
README
0.819
KB
May 31 2024 12:41:06
root
0644
help
0.276
KB
May 31 2024 12:41:06
root
0644
list
0.222
KB
May 31 2024 12:41:06
root
0644
2017 © D7net | D704T team