-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitconfig.local.example
33 lines (26 loc) · 1.09 KB
/
.gitconfig.local.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[user]
email = [email protected]
name = User
#[core]
# # Ignore file permissions (useful on Windows)
# filemode = false
# # Alternative editors on Windows :
# #editor = 'C:/Program Files/Notepad++/notepad++.exe' -multiInst -notabbar -nosession -noPlugin
# #editor = 'C:/Program Files/Sublime text 2/sublime_text.exe' -n -w
#[credential]
# helper = cache --timeout 7201
#[include]
# path = ~/.dotfiles/.gitconfig.delta
#[url "[email protected]:"]
# pushInsteadOf = "https://github.com/"
#[url "[email protected]:"]
# pushInsteadOf = "https://gitlab.com/"
#[alias]
# asuser = "!git config user.name 'Bob' && git config user.email [email protected]"
# aspro = "!git config user.name 'Robert Doe' && git config user.email [email protected]"
# cleargui = "!git config --unset gui.geometry && git config --unset gui.wmstate"
[pretty]
# Dynamic graph width
graph-dyn = %C(auto)%h%d %<|(80)%s %C(green)(%<(13,trunc)%ar) %C(bold blue)<%aN>
graph-dyn-t = %C(auto)%h%d %<|(80,mtrunc)%s %C(green)(%<(13,trunc)%ar) %C(bold blue)<%aN>
graph-dyn-lg = %C(auto)%h%d %<|(80)%s %C(green)(%<(13,trunc)%ar) %C(bold blue)<%aN>