-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
36 lines (32 loc) · 803 Bytes
/
.gitconfig
File metadata and controls
36 lines (32 loc) · 803 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
33
34
35
36
[user]
email = creestl.main@yandex.ru
name = CREESTL
[cola]
spellcheck = false
[alias]
tree = log --all --decorate --graph
last = tree -1 HEAD
# See diff in main prokect and in all submodules at the same time
sdiff = !git diff && git submodule foreach 'git diff'
# Update all submodules
supdate = submodule update --remote --merge
[core]
editor = vim
# Enforce using SSH instead of HTTP every time
# (uncomment when needed)
#[url "ssh://git@github.com/"]
#insteadOf = https://github.com/
#[url "ssh://git@gitlab.com/"]
#insteadOf = https://gitlab.com/
#[url "ssh://git@bitbucket.org/"]
#insteadOf = https://bitbucket.org/
[status]
submodulessummary = 1
[diff]
submodule = log
[submodule]
recurse = true
[push]
recurseSubmodules = on-demand
[pager]
branch = false