mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-20 03:02:29 +01:00
update gitconfig
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
This commit is contained in:
parent
ca8628d907
commit
f56a77a500
1 changed files with 36 additions and 8 deletions
|
|
@ -1,5 +1,7 @@
|
|||
# Please copy this part to your ~/.gitconfig
|
||||
# or include it if git > 0.7.10
|
||||
# [include]
|
||||
# path = /home/gsemet/.oh-my-zsh/dot_files/gitconfig
|
||||
|
||||
[alias]
|
||||
commit = commit -s # Always sign commit
|
||||
|
|
@ -31,10 +33,6 @@
|
|||
sync = fetch --all
|
||||
root = rev-parse --show-toplevel
|
||||
|
||||
# This only works if git > 0.7.10
|
||||
# # [include]
|
||||
# # path = /home/username/.oh-my-zsh/dot_files/gitconfig
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
|
|
@ -54,11 +52,41 @@ tool = kdiff3
|
|||
[guitool "mergetool"]
|
||||
cmd = git mergetool --no-prompt
|
||||
|
||||
# [mergetool "kdiff3"]
|
||||
# cmd = kdiff3
|
||||
# args = --L1 base --L2 mine --L3 theirs $base $local $other -o $output
|
||||
# keepBackup = false
|
||||
[push]
|
||||
default = current
|
||||
|
||||
|
||||
[color]
|
||||
ui = auto
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
# abbrev = 12
|
||||
|
||||
[commit]
|
||||
template = /home/gsemet/.gitmessage
|
||||
|
||||
[user]
|
||||
email = gaetan@xeberon.net
|
||||
name = Gaetan Semet
|
||||
|
||||
[cola]
|
||||
fontdiff = Courier 10 Pitch,9,-1,5,50,0,0,0,0,0
|
||||
tabwidth = 4
|
||||
|
||||
[guitool "mergetool"]
|
||||
cmd = git mergetool --no-prompt
|
||||
|
||||
[merge]
|
||||
tool = kdiff3
|
||||
|
||||
[mergetool "kdiff3"]
|
||||
cmd = kdiff3
|
||||
args = --L1 base --L2 mine --L3 theirs $base $local $other -o $output
|
||||
keepBackup = false
|
||||
|
||||
[push]
|
||||
default = current
|
||||
|
||||
[gui]
|
||||
newbranchtemplate = gsemet_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue