-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
32 lines (31 loc) · 750 Bytes
/
gitconfig
File metadata and controls
32 lines (31 loc) · 750 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
[credential "http://192.168.3.46"]
provider = generic
[color]
ui = auto
[user]
name = xuchuan
email = xuchuan@ebit.com
[alias]
co = checkout
br = branch
bra = branch -a
cm = commit
rst = reset
st = status
lg = log --pretty=format:\"%h %ci %an : %s\" --abbrev=8 --no-merges
lgg = log --graph --oneline --decorate
fprune = fetch --prune
rellog = lg --reverse
dif = diff -w
huitui = checkout HEAD --
[gui]
encoding = utf-8
[core]
quotepath = false
filemode = false
editor = vim
autocrlf = input
safecrlf = false
ignorecase = false
[init]
defaultBranch = trunk