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 378d570 commit 1786f16Copy full SHA for 1786f16
typescript/packages/toolshed/deploy/deploy.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
cd labs
3
-git pull origin main
4
-sudo systemctl restart toolshed@*
+git fetch origin main
+git reset --hard origin/main
5
+sudo systemctl restart toolshed@*
0 commit comments