@@ -50,7 +50,7 @@ if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
exit 0
fi
backup=true
backup=true
if [ "$1" = "--no-backup" ]; then
backup=false
shift
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.