mirror of
https://github.com/CodePhiliaX/Chat2DB.git
synced 2025-07-28 10:12:39 +08:00
7 lines
284 B
Bash
7 lines
284 B
Bash
# https://www.zhangbj.com/p/1437.html
|
|
# -r represents recursion
|
|
#
|
|
git filter-branch --force --index-filter 'git rm -r --cached --ignore-unmatch chat2db-client/static' --prune-empty --tag-name-filter cat -- --all
|
|
git push origin developing --force
|
|
git push origin delete_git --force
|