Skip to content

Instantly share code, notes, and snippets.

@rambabusaravanan
Last active October 26, 2018 19:04
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 rambabusaravanan/eaad82dd86959d2b33cd86d4a76ba13f to your computer and use it in GitHub Desktop.
Save rambabusaravanan/eaad82dd86959d2b33cd86d4a76ba13f to your computer and use it in GitHub Desktop.
Shell Utils
# Schema Spy
java -jar /usr/local/bin/schemaSpy_5.0.0.jar -dp /home/androbabu/softwares/jar/mysql-connector-java-5.1.28.jar -t mysql -host localhost -db $1 -u root -p password -o .schema
# Git Tree Log
git log --graph --all --pretty=format:"%C(auto)%h%d %s %C(dim)(%an) %aD"
git config --global alias.tree 'log --graph --all --pretty=format:"%C(auto)%h%d %s %C(dim)(%an) %aD"'
git tree
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment