]> git.sev.monster Git - dotfiles.git/blobdiff - base/.gitconfig
add git tree alias
[dotfiles.git] / base / .gitconfig
index 5ed2164e109f1473df105298d4f4e1ee9f02f179..1f7f15ee8067bf4eac2f3efa93940eeed46b057d 100644 (file)
@@ -6,5 +6,8 @@
        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"
        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
 [pull]
        ff = only
+[init]
+       defaultBranch = master
This page took 0.033104 seconds and 4 git commands to generate.