Make browsing your git repository’s history easier with git dag. Here’s how to set it up:
git config --global alias.dag 'log --graph --decorate --all --oneline' git config --global color.ui true dag stands for directed acyclic graph, i.
Last updated on
2023-05-11
2 min read