aboutsummaryrefslogtreecommitdiff
path: root/git/.gitconfig
blob: 4f9d0cfce885a6f5f433f382ff336cacb62e6c5b (plain)
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
[core]
    pager = delta

[interactive]
    diffFilter = delta --color-only

[delta]
    navigate = true  # use n and N to move between diff sections
    dark = true      # or light = true, or omit for auto-detection

[alias]
  st = status -s
  lol = log --oneline --graph --all

[merge]
    conflictstyle = zdiff3

[http]
	version = HTTP/1.1
	postBuffer = 524288000

[user]
	email = omar.professional8777@gmail.com
	name = omagdy

[diff]
	tool = nvimdiff

[difftool]
	prompt = false

[column]
  ui = auto

[branch]
  sort = -committerdate

[tag]
  sort = version:refname

[init]
  defaultBranch = main

[diff]
  algorithm = histogram
  colorMoved = plain

[push]
  autoSetupRemote = true