@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
+# Clear local git cache
+# Author:SSRPanel
+
+git rm -r --cached .
+git add .
+git commit -m 'update .gitignore'
@@ -1,3 +1,4 @@
# Require Root Permission
# SSR node deploy script
# Author: Hao-Luo (https://github.com/Hao-Luo/Others/tree/master/apps/ssr)
git fetch --all
git reset --hard origin/master
git pull