Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created June 28, 2013 13:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/5884758 to your computer and use it in GitHub Desktop.
Save exarkun/5884758 to your computer and use it in GitHub Desktop.
argv: ["git", "--version"]
argv: ["git", "clean", "-f", "-d", "-x"]
argv: ["git", "fetch", "-t", "git@github.com: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