aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-06-07 21:20:22 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2021-06-07 21:20:22 +0200
commitd4fc87b23f1be02bca2dde82e62ce0bb34dbfd12 (patch)
tree212407bf46a2f79565211fb8ef1f380ad93c408d
parent16086fd22a3e341050ed6c292f8568bd392b3e92 (diff)
downloaddotfiles-d4fc87b23f1be02bca2dde82e62ce0bb34dbfd12.tar.gz
dotfiles-d4fc87b23f1be02bca2dde82e62ce0bb34dbfd12.tar.bz2
dotfiles-d4fc87b23f1be02bca2dde82e62ce0bb34dbfd12.zip
Git ff only
-rw-r--r--git/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 50cf949..35153a4 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -13,3 +13,5 @@
13 ra = "!f() { read -p \"Author email: \" email; [ -n \"${email}\" ] && git config user.email ${email} && git commit --amend --reset-author; }; f" 13 ra = "!f() { read -p \"Author email: \" email; [ -n \"${email}\" ] && git config user.email ${email} && git commit --amend --reset-author; }; f"
14[push] 14[push]
15 default = simple 15 default = simple
16[pull]
17 ff = only