Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created February 9, 2022 10:15
Show Gist options
  • Save SubhadityaMukherjee/4a279d61aac470dc6b370be209534b4a to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/4a279d61aac470dc6b370be209534b4a to your computer and use it in GitHub Desktop.
set up
list_of_orgs = [
] # Enter a list of organizations you created
"""
eg: list_of_orgs = [
"backups", "image-process", "old-codes"
]
"""
sites = '''
''' # A comma separated list of repository names
#eg : algos, dsa, theylia, zeus
to_put = [
] # put D if you want to delete it or put the list index number . eg : pr-codes, nodejs-helpers
# eg : 1, 3, "D", 1
"""
PLEASE CONFIRM THE ABOVE VALUES ARE RIGHT
results:
algos will go to backups
dsa will go to old-codes
theylia will be deleted
zeus will go to backups
"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment