Skip to content

Instantly share code, notes, and snippets.

@mmichael0413
Last active August 3, 2017 02:53
Show Gist options
  • Save mmichael0413/c5bdd57805a612a942827a6a23f32143 to your computer and use it in GitHub Desktop.
Save mmichael0413/c5bdd57805a612a942827a6a23f32143 to your computer and use it in GitHub Desktop.
bash command for deleting files created from changing branches (from master to staging) in the kubernetes-thirdchannel repo
rm -r services/defenestration && rm -r services/delayed-jobs && rm -r services/erudition && rm -r services/procrastination && rm -r services/rabbit-monitor && rm -r services/stores && rm -r services/supplication && rm -r third-party/memcached && rm -r third-party/postgres && rm -r third-party/rabbitmq && rm -r third-party/redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment