diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/.gitconfig | 2 |
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 | ||
