Skip to content

Instantly share code, notes, and snippets.

View gracecodes144's full-sized avatar

Grace gracecodes144

  • Whoopsy Inc
  • Brooklyn, NY
View GitHub Profile
@gracecodes144
gracecodes144 / setup-github-issues-labels.sh
Last active August 29, 2015 14:02 — forked from hubertursua/setup github issues labels.sh
Setup the CBMi style guide standard issue labels in a GitHub repo (DELETES DEFAULT LABELS, WILL NOT WORK WITH 2FA)
#!/bin/bash
echo -n "GitHub User: "
read USER
echo -n "GitHub Password: "
read -s PASS
echo ""
echo -n "GitHub Repo (e.g. foo/bar): "