]> git.sev.monster Git - dotfiles.git/commitdiff
add git tree alias
authorsev <git@sev.monster>
Mon, 28 Jun 2021 14:21:16 +0000 (09:21 -0500)
committersev <git@sev.monster>
Mon, 28 Jun 2021 14:51:30 +0000 (09:51 -0500)
base/.gitconfig

index 8d0cd8fc723709cc5f561f066c611b9a442ccf32..1f7f15ee8067bf4eac2f3efa93940eeed46b057d 100644 (file)
@@ -6,6 +6,7 @@
        push-all = !git remote | xargs -n1 git push
        submodules-pull = submodule foreach git pull origin master
        pr = "!f() { git fetch -fu ${2:-origin} refs/pull/$1/head:pr/$1 && git checkout pr/$1; }; f"
+       tree = log --oneline --graph --branches --color
 [pull]
        ff = only
 [init]
This page took 0.046015 seconds and 4 git commands to generate.