-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
72 lines (72 loc) · 1.82 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[core]
excludesfile = ~/.gitignore_global
[gui]
fontui = -family terminus -size 11 -weight normal -slant roman -underline 0 -overstrike 0
fontdiff = -family terminus -size 10 -weight normal -slant roman -underline 0 -overstrike 0
[alias]
a = add
ae =add --edit
ai = add --interactive
ap = add --patch
au = add --update
b = branch
c = commit
cl = clone
co = checkout
d = diff
f = fetch
h = help
la = log --graph --decorate --pretty=oneline --abbrev-commit --all
l = log --graph --decorate --pretty=oneline --abbrev-commit
ls-ignored = ls-files --exclude-standard --ignored --others
m = merge
pl = pull
p = push
re = reset --hard
r = remote
s = status -s
u = !gx-update
undo = reset --soft HEAD^
update = !gx-update
w = !git-wtf
[color]
ui = auto
branch = auto
diff = auto
interactive = auto
status = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
renames = copies
[merge]
stat = true
[merge "railsschema"]
name = newer Rails schema version
driver = "ruby -e '\n\
system %(git), %(merge-file), %(--marker-size=%L), %(%A), %(%O), %(%B)\n\
b = File.read(%(%A))\n\
b.sub!(/^<+ .*\\nActiveRecord::Schema\\.define.:version => (\\d+). do\\n=+\\nActiveRecord::Schema\\.define.:version => (\\d+). do\\n>+ .*/) do\n\
%(ActiveRecord::Schema.define(:version => #{[$1, $2].max}) do)\n\
end\n\
File.open(%(%A), %(w)) {|f| f.write(b)}\n\
exit 1 if b.include?(%(<)*%L)'"
[branch "master"]
remote = origin
merge = refs/heads/master
[user]
email = [email protected]
name = sefa yıldız
[github]
user = sayz