aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 35bbdff..28afde9 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -8,6 +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 deploy = "!f() { read -p \"Do you want to push branch $1 to $1/master? [Y/n] \" yn; [ "$yn" == "Y" ] && git push $1{,:master}; }; f"
12[push] 12[push]
13 default = simple 13 default = simple