Created
June 28, 2013 13:43
-
-
Save exarkun/5884758 to your computer and use it in GitHub Desktop.
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
argv: ["git", "--version"] | |
argv: ["git", "clean", "-f", "-d", "-x"] | |
argv: ["git", "fetch", "-t", "[email protected]:hybridlogic/HybridCluster", "replication-stable"] | |
argv: ["git", "reset", "--hard", "de55eafba9e85ee4bafb195a868af1d3c57ab42e", "--"] | |
argv: ["git", "branch", "-M", "replication-stable"] | |
argv: ["git", "submodule", "update", "--recursive"] | |
argv: ["git", "submodule", "foreach", "git", "clean", "-f", "-d", "-x"] | |
argv: ["git", "rev-parse", "HEAD"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment