aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 13:06:59 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-26 13:06:59 +0200
commit6e98199040ec3026035f54b89018151b81b0b6ff (patch)
tree7aa6949ef2de503e46aaa6644a81999230e0c3da /git/.gitconfig
parent819a160bee68a7553795b36c288bba0d7010e86c (diff)
downloaddotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.tar.gz
dotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.tar.bz2
dotfiles-6e98199040ec3026035f54b89018151b81b0b6ff.zip
Removed push default due to incompatibility on older systems
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 422d65e..5eccc55 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -4,5 +4,3 @@
4 glog = log --graph --oneline --decorate --all 4 glog = log --graph --oneline --decorate --all
5 sup = "!f() { git branch --set-upstream-to=$@; }; f" 5 sup = "!f() { git branch --set-upstream-to=$@; }; f"
6 ca = commit -am 6 ca = commit -am
7[push]
8 default = simple