This website requires JavaScript.
Explore
Help
Sign In
medlogic
/
olivetin
Watch
3
Star
0
Fork
You've already forked olivetin
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38700aed95
olivetin
/
var
/
helper-actions
/
olivetin-get-git-repo
7 lines
87 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
REPO
=
$1
DEST
=
$2
git -C
"
$DEST
"
pull
||
git clone
"
$REPO
"
"
$DEST
"
Reference in New Issue
View Git Blame
Copy Permalink