Skip to content

Commit 3b54f07

Browse files
Update patch
Remove comments
1 parent d07211e commit 3b54f07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/patch

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ echo "* STAGING *"
138138
echo "************************************"
139139
echo ""
140140
# Create a blank branch to work on
141-
#git switch --orphan tatter/scratch
142141
git checkout --orphan tatter/scratch
143142
git rm -rf .
144143

@@ -185,7 +184,6 @@ git commit -m "Patch framework" --no-verify
185184
rm composer.*
186185

187186
# Create the new branch from base
188-
#git switch -c tatter/patches "$BASE"
189187
git checkout -b tatter/patches "$BASE"
190188

191189
# Restore the original state of vendor/

0 commit comments

Comments
 (0)