Files
nfoguard/remove_github_dir.sh
T
2025-09-09 14:57:58 -04:00

3 lines
111 B
Bash

# Remove .github directory from repository
git rm -rf .github/
echo ".github directory removed from repository"