Last active
August 3, 2017 02:53
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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