diff options
author | Yigit Sever | 2020-06-19 02:20:05 +0300 |
---|---|---|
committer | Yigit Sever | 2020-06-19 02:20:05 +0300 |
commit | 837f605f93fd86c116fe42a2747089906b114ca9 (patch) | |
tree | 9de7905aecdbb772de935580501886a569b0cc66 /.gitconfig | |
parent | d3d435232f4cb138f4397323243623ce29fb97b6 (diff) | |
download | dotfiles-837f605f93fd86c116fe42a2747089906b114ca9.tar.gz dotfiles-837f605f93fd86c116fe42a2747089906b114ca9.tar.bz2 dotfiles-837f605f93fd86c116fe42a2747089906b114ca9.zip |
only fast forward with git
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,3 +38,5 @@ | |||
38 | smtpserver = /usr/bin/msmtp | 38 | smtpserver = /usr/bin/msmtp |
39 | smtpserveroption = -a | 39 | smtpserveroption = -a |
40 | smtpserveroption = ag_ceng | 40 | smtpserveroption = ag_ceng |
41 | [pull] | ||
42 | ff = only | ||