diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2021-11-12 21:38:34 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2021-11-12 21:38:34 +0100 |
| commit | 6e2ba299cc922199f1d58f21c223f424718c0a99 (patch) | |
| tree | c9acc1ddffc41cb690a1257c2e73a29960a84044 /gitconfig.additional | |
| parent | a8788640b3443017d227b8349ee7e6b9d1eed578 (diff) | |
| download | dotfiles-6e2ba299cc922199f1d58f21c223f424718c0a99.tar.gz dotfiles-6e2ba299cc922199f1d58f21c223f424718c0a99.tar.bz2 | |
Moved generic options to gitconfig.additional
Diffstat (limited to 'gitconfig.additional')
| -rw-r--r-- | gitconfig.additional | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gitconfig.additional b/gitconfig.additional new file mode 100644 index 0000000..49468ca --- /dev/null +++ b/gitconfig.additional @@ -0,0 +1,23 @@ +# Add this to your $HOME/.gitconfig or specific local ones +#[include] +# path = /path/to/this/file + +[color] + diff = auto + color = auto +[push] + default = current +[merge] + tool = vimdiff +[core] + editor = vim +[sendemail] + smtpserver = /usr/bin/msmtp +[pull] + rebase = false +[alias] + logtree = log --graph --oneline --decorate --all + logfull = log --full-diff -p +[pretty] + fixes = Fixes: %h (\"%s\") + |
