aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-08-27 16:22:44 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-08-27 16:22:44 +0200
commit434d648f01469fcd6ece9d4ca6f4a5630822b840 (patch)
treec0844ce663a0c08b4b14aa6b1d4db5dc66bde942 /git/.gitconfig
parentef52a18605b17a67eeed0a5772fb60d6d0106899 (diff)
downloaddotfiles-434d648f01469fcd6ece9d4ca6f4a5630822b840.tar.gz
dotfiles-434d648f01469fcd6ece9d4ca6f4a5630822b840.tar.bz2
dotfiles-434d648f01469fcd6ece9d4ca6f4a5630822b840.zip
Added git server command to easily serve git repos
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 6f7db4e..1b345f4 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -7,5 +7,6 @@
7 st = status -s 7 st = status -s
8 siu = "!f() { git submodule init && git submodule update; }; f" 8 siu = "!f() { git submodule init && git submodule update; }; f"
9 ls = ls-files 9 ls = ls-files
10 serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
10[push] 11[push]
11 default = matching 12 default = matching