aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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