@@ -7,7 +7,7 @@ cd vscode || { echo "'vscode' dir not found"; exit 1; }
git add .
git reset -q --hard HEAD
if[[ -f "${file}"]];then
if[[ -f "${FILE}"]];then
git apply --reject "${FILE}"
fi
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.