Created
May 3, 2019 06:45
-
-
Save carlfranz/3fc201d953e46b71d2a64d28ff7a1af1 to your computer and use it in GitHub Desktop.
Useful GIT scripts
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
| #!/bin/bash | |
| git config --global alias.lol 'log --graph --decorate --pretty=oneline --abbrev-commit --all' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment