Update
This commit is contained in:
parent
39eb4837ce
commit
8dce602b88
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ function perform_clone_or_pull {
|
|||
cd "$target"
|
||||
echo -n "Working directory: "
|
||||
pwd
|
||||
ls
|
||||
ls -la
|
||||
git fetch
|
||||
git checkout origin/$BRANCH
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue