aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-27 15:46:59 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-05-27 15:46:59 +0200
commitc0d9f47e3cfa326458a37f0246eb304a3d176f49 (patch)
tree430745a586c5212e0e0bfe49da5109fcd8190100 /git/.gitconfig
parent6e98199040ec3026035f54b89018151b81b0b6ff (diff)
downloaddotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.tar.gz
dotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.tar.bz2
dotfiles-c0d9f47e3cfa326458a37f0246eb304a3d176f49.zip
Added lesser git-status
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 5eccc55..a651ead 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -4,3 +4,4 @@
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 st = status -s