Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 378 Bytes

File metadata and controls

12 lines (7 loc) · 378 Bytes

Blog / Dev / Git

Nice trick to cleanup a git repo and keeping only the last commit (2020-12-21)

  • See this article on stackoverflow.

add Lola

  • git config --global alias.lola "log --graph --decorate --pretty=oneline --abbrev-commit --all"