Pinned Loading
-
Git shell coloring
Git shell coloring 1# Customize BASH PS1 prompt to show current GIT repository and branch.
2# by Mike Stewart - http://MediaDoneRight.com
34# SETUP CONSTANTS
5# Bunch-o-predefined colors. Makes reading code easier than escape sequences.
-
-
Remove all from Docker
Remove all from Docker 1# Stop all containers
2docker stop `docker ps -qa`
34# Remove all containers
5docker rm `docker ps -qa`
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.