-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
32 lines (30 loc) · 869 Bytes
/
gitconfig
File metadata and controls
32 lines (30 loc) · 869 Bytes
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
[user]
name = vpnachev
email = <mail>
signingkey = <gpg-sign-key-id>
[http]
sslVerify = false
[alias]
logtree = log --decorate --graph --all --color --oneline
logline = log --decorate --graph --color --oneline
logo = log --oneline --decorate --graph --color
afetch = fetch --all --verbose --prune
aafetch = fetch --all --verbose --prune --recurse-submodules=on-demand --tags
pr = "!f() { git fetch origin refs/pull/\"$1\"/head ; git checkout FETCH_HEAD ; }; f"
pipeline = "!f() { git fetch origin refs/meta/ci ; git checkout FETCH_HEAD ; }; f"
reflog-date = reflog --date=relative
reflog-pretty = reflog --pretty=short --date=relative
[core]
editor = vim
[pull]
rebase = true
[commit]
gpgsign = true
[push]
default = simple
[init]
defaultBranch = main
[diff]
wsErrorHighlight = all
#[hub]
# protocol = git