aboutsummaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-04-24 15:26:03 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2019-04-24 15:26:03 +0200
commit1b333f7c1fc21f90a6972784edd6ac1be07b814f (patch)
treea7f68f71aafa6a224182abc90b13a3da18e057ce /git
parent03710f25a87f7c96342eaf62918d4a9d5f07ef9c (diff)
downloaddotfiles-1b333f7c1fc21f90a6972784edd6ac1be07b814f.tar.gz
dotfiles-1b333f7c1fc21f90a6972784edd6ac1be07b814f.tar.bz2
dotfiles-1b333f7c1fc21f90a6972784edd6ac1be07b814f.zip
Updated files
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 43a9922..50cf949 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -10,5 +10,6 @@
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" ] && 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 cm = commit -m 12 cm = commit -m
13 ra = "!f() { read -p \"Author email: \" email; [ -n \"${email}\" ] && git config user.email ${email} && git commit --amend --reset-author; }; f"
13[push] 14[push]
14 default = simple 15 default = simple