Compare commits
2 Commits
0d408e8fd8
...
79dc3ee3b9
| Author | SHA1 | Date | |
|---|---|---|---|
| 79dc3ee3b9 | |||
|
|
6ad51f3c0b |
@@ -208,7 +208,7 @@ create_worktree() {
|
||||
fi
|
||||
|
||||
echo "Creating worktree at '$worktree_path'..."
|
||||
git clone --bare "$repo_url" "$worktree_path" 2>/dev/null || {
|
||||
git clone "$repo_url" "$worktree_path" 2>/dev/null || {
|
||||
echo "Error: Failed to clone repository" >&2
|
||||
exit 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user