I often run data cleanup scripts on production data. I write the script, test it, run it and then throw it away.
Where could I keep it? I've tried gists or shared Dropbox folders, but does anyone have a better idea?
1–2 of 2 posts
Where could I keep it? I've tried gists or shared Dropbox folders, but does anyone have a better idea?
If personal, just create a Git repo of all your scripts, push it to bitbucket private repo
If for work, consider standing up a Git repo server if you don't already have one on-prem, and storing them in a repository there.