Skip to content

Instantly share code, notes, and snippets.

View krenor's full-sized avatar
👨‍💻
git pull a day keeps the conflicts away

Stan krenor

👨‍💻
git pull a day keeps the conflicts away
View GitHub Profile
@krenor
krenor / labels.sh
Created March 31, 2020 12:27
Create custom labels
#!/bin/bash
echo '\nThis script will remove the GitHub default labels and create customized labels for your repo.
A personal access token is required to access private repos.'
echo '\nGitHub Personal Access Token: '
read -s TOKEN
echo ''
echo 'GitHub Org/Repo (e.g. foo/bar): '