Last active
October 26, 2018 19:04
-
-
Save rambabusaravanan/eaad82dd86959d2b33cd86d4a76ba13f to your computer and use it in GitHub Desktop.
Shell Utils
This file contains hidden or 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
# 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