aboutsummaryrefslogtreecommitdiffstats
path: root/git/.gitconfig
diff options
context:
space:
mode:
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 6b7d6bf..35bbdff 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -8,5 +8,6 @@
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 serve = daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
11 deploy = "!f() { read -p \"Do you want to push branch $1 to $1/master? [Y/n] \" yn; [ "$yn" == "Y" ] && echo git push $1{,:master}; }; f"
11[push] 12[push]
12 default = simple 13 default = simple