-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
70 lines (66 loc) · 1.55 KB
/
Copy pathgitconfig
File metadata and controls
70 lines (66 loc) · 1.55 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[core]
editor = nvim
abbrev = 12
autocrlf = input
excludesfile = /home/nick/.PatchDeliveryTool/pdc_tools/.gitignore_global
[user]
name = Nick Diego Yamane
email = nickdiego@igalia.com
signingkey = ~/.ssh/id_ed25519.pub
[color]
ui = auto
diff = auto
status = auto
branch = auto
[alias]
br = branch
co = checkout
ci = commit
grep = grep -n
l = log
ll = log --pretty=format:\"%h %Cblue%cr%Creset %cn %Cgreen%s%Creset\"
lll = log --pretty=oneline --abbrev-commit
tag1 = tag | sort -n -t . -k 1,1 -k 2,2 -k 3,3
s = status
ra = rebase -i --autosquash
ri = rebase -i
ds = diff --staged
sh = show
cp = cherry-pick
ls = diff-tree --no-commit-id --name-only -r
sp = show --patch-with-stat
dp = diff --patch-with-stat
ja = commit --amend --no-edit
brief-stats = "! git log --author=\"$1\" --pretty=tformat: --numstat --since=\"$2\" | awk '{ files += 1; add += $1; subs += $2 } END { printf \"%s files changed, %s insertions(+), %s deletions(-)\\n\", files, add, subs }' #"
fixes = show -s --pretty='format:Fixes: %h (\"%s\")'
[credential]
helper = store
[diff]
submodule = log
noprefix = false
[pull]
rebase = true
[merge]
tool = vimdiff
[init]
defaultBranch = main
[commit]
gpgsign = true
[gpg]
format = ssh
[oh-my-zsh]
hide-dirty = 0
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
side-by-side = true
[credential "https://chromium.googlesource.com"]
helper =
helper = luci
[url "https://invent.kde.org/"]
insteadOf = kde:
[url "ssh://git@invent.kde.org/"]
pushInsteadOf = kde:
[safe]
directory = /usr/share/kde-builder