index
:
ci.git
main
new
release
test
testci
theBigRefactor
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
worker
/
scripts
/
fetch_code
blob: d45f6db0705782d3f160ecc7aa7c341e841f7669 (
plain
)
1
2
3
4
5
6
#!/bin/bash git clone "$remote" "$path" cd "$path" git reset --hard "$checkout" cd -