git.nynim.org
/
dotfiles.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
.vimrc: Use real tabs in gitconfig files
[dotfiles.git]
/
bin
/
git-show-tree
1
#!/bin/sh
2
# Usage: git-show-tree
3
# Display a tree summarizing the lineage of all branches in the repo.
4
5
git log
--all --graph --decorate --oneline --simplify-by-decoration