Skip to content

Commit 7b31098

Browse files
author
michael-n-cooper
committed
turn on the final git commands
1 parent 542c9d5 commit 7b31098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

create-techniques.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ do
99
sed -i "s/Technique Title/$3/g" techniques/$1/$2.html
1010
git add techniques/$1/$2.html
1111
git commit -m "Set up $2 technique"
12-
echo git push --set-upstream origin tech-$2
12+
git push --set-upstream origin tech-$2
1313
shift
1414
shift
1515
shift
1616
done
1717
rm ../technique-template.html
18-
echo git checkout technique-setup
18+
git checkout technique-setup

0 commit comments

Comments
 (0)