First implementation

This commit is contained in:
Cyrille Nofficial
2020-02-07 13:38:30 +01:00
parent 3c23a1b8b0
commit f552ec5209
30 changed files with 1656 additions and 0 deletions

View File

@ -0,0 +1,27 @@
[color]
branch = auto
diff = auto
interactive = auto
status = auto
ui = auto
[i18n]
commitEncoding = UTF-8
logOutputEncoding = UTF-8
[alias]
co = checkout
history = log --all --graph --abbrev-commit --pretty=format:'%C(auto)%h [%ad] %d %s %C(reset) - %aN' --date=short
h = log --all --graph --abbrev-commit --pretty=format:'%C(auto)%h [%ad] %d %s %C(reset) - %aN' --date=short
[mergetool]
prompt = false
keepBackup = false
keepTemporaries = false
[pull]
rebase = true
[push]
default = simple