-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
70 lines (70 loc) · 1.91 KB
/
Copy pathgitconfig
File metadata and controls
70 lines (70 loc) · 1.91 KB
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
# Include this file from ~/.gitconfig:
# [include]
# path = /path/to/this/file
[color]
ui = auto
[core]
pager = less -+$LESS -isR
quotepath = off
[pager]
branch =
tag =
[alias]
a = add
br = branch
ci = commit
co = checkout
di = diff
f = fetch
gr = grep
l = log
ls = log --stat
pl = pull
plr = pull --rebase
ps = push
r = rebase
st = status
fgrep = grep -F
egrep = grep -E
pgrep = grep -P
rs = restore
sw = switch
# Used to be whatchanged but it's not deprecated
wc = log --raw
[fetch]
prune = true
[format]
pretty = fuller
[merge]
defaultToUpstream = true
[pull]
rebase = false
[credential]
helper = cache --timeout=864000
[push]
default = simple
[blame]
markUnblamableLines = true
markIgnoredLines = true
[init]
# New repositories will have branch "main" rather than "master". I am
# not going to rename branches in existing projects.
#
# By switching from "master" to "main", I express no opinion whatsoever on
# politics, society, race, or morality. It only serves to silence the
# warning at "git init" and for consistency with the new Github default.
# My ancestors and my culture have absolutely zero role in the past
# enslavement of people of African ancestry. This is essentially a US-only
# issue. Yet, the US-centered internet industry is imposing this change
# on everyone, wherever they reside and whatever background they have,
# taking advantage of US dominance in this area.
#
# It has developed to so strange a situation where descendants of people
# who once not only enslaved black people at home but also invaded *my*
# motherland and robbed *my* ancestors are now accusing *me* to be not
# respectful to descendants of *their* past slaves simply because I have
# not moved fast enough to cross out a word they hate so much only because
# of *their* own dirty history.
#
# Also, I wonder when I will have to call my master's degree something else.
defaultBranch = main