Changed working copy printing
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
2942760a41
commit
1748cec279
1 changed files with 3 additions and 2 deletions
|
|
@ -15,8 +15,9 @@ function perform_clone_or_pull {
|
|||
git clone "$REPO" "$target";
|
||||
fi
|
||||
(
|
||||
cd "$target";
|
||||
echo "Working directory: $target"
|
||||
cd "$target"
|
||||
echo -n "Working directory: "
|
||||
pwd
|
||||
git fetch
|
||||
git checkout origin/$BRANCH
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue