We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d63df commit 1cfea71Copy full SHA for 1cfea71
git-worktree-manager.sh
@@ -6,7 +6,7 @@ SCRIPT_VERSION="1.1.0"
6
SCRIPT_FOLDER="$HOME/.git-worktree-manager"
7
SCRIPT_NAME="git-worktree-manager.sh"
8
GITHUB_REPO="lucasmodrich/git-worktree-manager"
9
-RAW_BRANCH_URL="https://raw.githubusercontent.com/$GITHUB_REPO/refs/heads/main/"
+RAW_BRANCH_URL="https://raw.githubusercontent.com/$GITHUB_REPO/refs/heads/main"
10
RAW_URL="https://raw.githubusercontent.com/$GITHUB_REPO/refs/heads/main/$SCRIPT_NAME"
11
12
set -e
@@ -257,4 +257,4 @@ else
257
fi
258
259
echo "✅ Setup complete!"
260
-git worktree list
+git worktree list
0 commit comments