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 738e9bd commit f5a01d9Copy full SHA for f5a01d9
.devcontainer/setup.sh
@@ -73,8 +73,8 @@ echo "✅ Setup completed successfully!"
73
74
if [ -n "$GH_CLI_TOKEN" ]; then
75
gh auth login --with-token <<< "$GH_CLI_TOKEN"
76
-# Configure git to use GitHub CLI credentials
77
-gh auth setup-git
+ # Configure git to use GitHub CLI credentials
+ gh auth setup-git
78
else
79
echo "GH_CLI_TOKEN not set, skipping authentication"
80
fi
0 commit comments