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 1356a65 commit b32baffCopy full SHA for b32baff
create.sh
@@ -14,7 +14,7 @@ if [ $# -ne 1 ]; then
14
fi
15
16
INPUT="$1"
17
-
+head -10 "$INPUT"
18
git config --global user.email "[email protected]"
19
git config --global user.name "Dependabot Standalone"
20
git config --global advice.detachedHead false
0 commit comments