3 lines
111 B
Bash
3 lines
111 B
Bash
# Remove .github directory from repository
|
|
git rm -rf .github/
|
|
echo ".github directory removed from repository" |