-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
27 lines (27 loc) · 877 Bytes
/
.gitconfig
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
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = "cheva"
email = [email protected]
[user-dcheva]
name = "Dmytro Cheva"
email = [email protected]
[user-deecovan]
name = "Dee"
email = [email protected]
[alias]
tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold magenta)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
list = log --graph --decorate --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=relative
files = log --name-status --full-diff --all
rc = rm -r --cached .
[init]
defaultBranch = initial
[safe]
directory = C:/Projects
directory = C:/Projects/*
directory = C:/Projects/v4-00-cars
[gui]
recentrepo = C:/Projects/v4-00-cars