mirror of
https://github.com/ProxyPanel/ProxyPanel.git
synced 2026-04-04 19:49:16 +00:00
7 lines
127 B
Bash
7 lines
127 B
Bash
#!/usr/bin/env bash
|
|
# Clear local git cache
|
|
# Author:SSRPanel
|
|
|
|
git rm -r --cached .
|
|
git add .
|
|
git commit -m 'update .gitignore' |