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 d07211e commit 3b54f07Copy full SHA for 3b54f07
src/patch
@@ -138,7 +138,6 @@ echo "* STAGING *"
138
echo "************************************"
139
echo ""
140
# Create a blank branch to work on
141
-#git switch --orphan tatter/scratch
142
git checkout --orphan tatter/scratch
143
git rm -rf .
144
@@ -185,7 +184,6 @@ git commit -m "Patch framework" --no-verify
185
184
rm composer.*
186
187
# Create the new branch from base
188
-#git switch -c tatter/patches "$BASE"
189
git checkout -b tatter/patches "$BASE"
190
191
# Restore the original state of vendor/
0 commit comments