Discussion about this post

User's avatar
Antoine Saliba's avatar

git config --global alias.lol "log --graph --decorate --pretty=oneline --abbrev-commit"s

^ extra s at the end :)

Expand full comment
Neo Kim's avatar

cool.

I never relied on git aliases. But I think they might be helpful in certain cases when you have many flags on frequently used commands.

Not an alias. But 'git add -i' for interactive staging is probably the most powerful command that I often use. Also git bisect for debugging.

Expand full comment
3 more comments...

No posts