-
Notifications
You must be signed in to change notification settings - Fork 120
/
configNSFW_PT-BR
63 lines (52 loc) · 1.9 KB
/
configNSFW_PT-BR
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
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "decorate"]
remoteBranch = blue bold
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
[color "status"]
added = yellow
changed = green
untracked = cyan
[alias]
passadoporra = log --graph --date=relative \
--format=format:'%C(auto)%h %C(bold blue)%an%C(auto)%d %C(green)%ad%C(reset)%n%w(80,8,8)%s'
mostratudoporra = log --graph --date=relative --name-status \
--format=format:'%C(auto)%h %C(bold blue)%an%C(auto)%d %C(green)%ad%C(reset)%n%w(80,8,8)%s%n'
datanessaporra = log --pretty=format:'%C(yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=iso
quemporra = "!sh -c 'git log -i -1 --pretty=\"format::%an <%ae>\n\" --author=\"$1\"' -"
oquecaraio = show -s --pretty='tformat::%h (%s, %ad)' --date=short
mudancanessamerda = !sh -c 'git fetch' && git log --oneline HEAD..origin/$1
cagadasnomaster = !sh -c 'git fetch' && git log --oneline HEAD..origin/master
quemfoiocagao = !sh -c 'git shortlog HEAD..origin/$0'
quemcagounomaster = !sh -c 'git shortlog HEAD..origin/master'
tagsporra = show-ref --tags
atualizatagcaraio = push --tags
tagcomdatanessaporra = !sh -c 'git tag "$0"_$(date "+%y-%m-%d_%H-%M-%S")'
deumerda = reset --hard
quemfoiocorno = blame
eagora = status
oquemudounessaporra = diff
meajudaplz = help
salvanobutico = stash
enfianobutico = stash apply
limpaobutico = clean
limpaedescarga = !sh -c 'git clean -x' && git reset --hard
juntaporra = add
salvacarai = commit
mandabala = pull
enfia = push
enfiagostoso = push -u origin master
enfiacomforca = push --force
puxadinhonalaje = commit --amend -m
fuidemitido = push origin --force
apagatudofodase = rm .* -rF
[apply]
whitespace = nowarn