You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if output=$(git status --porcelain)&& [ -z"$output" ];thenecho"Success!";else (echo ">>> Please check CONTRIBUTING.md to learn how to properly amend README.md <<<\n"&& false);fi