-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
44 lines (44 loc) · 1.01 KB
/
.gitconfig
File metadata and controls
44 lines (44 loc) · 1.01 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
[user]
email = omri.sarig@prevas.dk
name = Omri Sarig
[alias]
fetch-all = fetch --all --prune
branches = branch -l
all-branches = branch -a
safe-pull = merge --ff-only
full-log = log --all --graph
full-short-log = log --all --graph --oneline
cdiff = diff --cached
amend = commit --amend --no-edit
push-amended = push --force-with-lease
submodule-diff = '!'"git diff && git submodule foreach 'git diff'"
submodule-update = 'submodule update --remote --merge'
cdiff = "!f() { git range-diff ${1}~1..${1} ${2}~1..${2}; }; f"
[merge]
tool = vimdiff
[cinnabar]
version-check = 1586350839
helper = /home/omri/.mozbuild/git-cinnabar/git-cinnabar-helper
[diff]
submodule = log
[safe]
directory = *
[submodule]
recurse = True
[push]
recurseSubmodules = check
[init]
defaultBranch = main
[core]
autocrlf = input
[pull]
ff = only
[format]
signature =
[sendemail]
smtpServer = smtp.gmail.com
smtpServerPort = 587
smtpEncryption = tls
smtpUser = omri.sarig13@gmail.com
[credential]
helper = store