Skip to content

Instantly share code, notes, and snippets.

@carlfranz
Created May 3, 2019 06:45
Show Gist options
  • Select an option

  • Save carlfranz/3fc201d953e46b71d2a64d28ff7a1af1 to your computer and use it in GitHub Desktop.

Select an option

Save carlfranz/3fc201d953e46b71d2a64d28ff7a1af1 to your computer and use it in GitHub Desktop.
Useful GIT scripts
#!/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