Skip to content

Instantly share code, notes, and snippets.

@Zitrax
Created April 5, 2016 14:33
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 Zitrax/90f726a24785844a052d9cd5a4e44c11 to your computer and use it in GitHub Desktop.
Save Zitrax/90f726a24785844a052d9cd5a4e44c11 to your computer and use it in GitHub Desktop.
Random critic review for debug
#!/bin/bash
br=`pwgen -n 5 -c 1` && git checkout -b $br && echo $br >> file && git commit -am"$br" && git push critic $br:r/$br
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment