Skip to content

Instantly share code, notes, and snippets.

@0x49D1
Last active April 3, 2020 10:05
Show Gist options
  • Save 0x49D1/e06fc1c9298b7b24a04a9259ccc0f5c9 to your computer and use it in GitHub Desktop.
Save 0x49D1/e06fc1c9298b7b24a04a9259ccc0f5c9 to your computer and use it in GitHub Desktop.
Create Git Alias for Last Tags
#!/bin/sh
# List all aliases
git config --get-regexp alias
# Add last tags alias sample
git config --global alias.lasttags "log --graph --all --decorate --oneline --simplify-by-decoration -5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment