We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b9740a commit fd68538Copy full SHA for fd68538
gitconfig
@@ -9,7 +9,9 @@
9
precomposeunicode = true
10
logAllRefUpdates = true
11
pager = diff-so-fancy | less --tabs=4 -RFX
12
- autocrlf = input
+ autocrlf = input
13
+[pull]
14
+ rebase = false
15
[color]
16
branch = auto
17
diff = auto
@@ -61,6 +63,8 @@
61
63
insteadOf = https://github.com:443/
62
64
[url "ssh://[email protected]/"]
65
insteadOf = https://bitbucket.org/
66
+[url "https://git.paycall.co.il:7990"]
67
+ insteadOf = https://git.paycall.co.il/
68
[help]
69
autocorrect = 1
70
[web]
@@ -78,9 +82,9 @@
78
82
[transfer]
79
83
fsckobjects = true
80
84
[fetch]
81
- fsckobjects = false
85
+ fsckobjects = false
86
[receive]
87
88
89
[protocol]
- version = 2
90
+ version = 2
gitignore
@@ -26,3 +26,4 @@ __pycache__/**
26
*$py.class
27
.vscode/**
28
.ccls-cache/**
29
+coverage.out
0 commit comments