aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 10:54:10 +0000
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 10:54:10 +0000
commit819a160bee68a7553795b36c288bba0d7010e86c (patch)
treed64a1544b16451e1ed7cad5185bdee34aeba6cd1 /git
parent9712ba54d3d48b2a156ab35cc37009a88f3789a4 (diff)
downloaddotfiles-819a160bee68a7553795b36c288bba0d7010e86c.tar.gz
dotfiles-819a160bee68a7553795b36c288bba0d7010e86c.tar.bz2
dotfiles-819a160bee68a7553795b36c288bba0d7010e86c.zip
Added more aliasses to git config
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 7de1f83..422d65e 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -2,3 +2,7 @@
2 name = Tom van der Lee 2 name = Tom van der Lee
3[alias] 3[alias]
4 glog = log --graph --oneline --decorate --all 4 glog = log --graph --oneline --decorate --all
5 sup = "!f() { git branch --set-upstream-to=$@; }; f"
6 ca = commit -am
7[push]
8 default = simple