Skip to content

Commit

Permalink
adding configNSFW_PT-BR
Browse files Browse the repository at this point in the history
  • Loading branch information
craviee committed Oct 30, 2019
1 parent 55a33e7 commit ea84f0f
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions configNSFW_PT-BR
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[color]
ui = 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

[alias]
passadoporra = log --pretty=format:'%Cred%h%Creset %C(bold blue)<%an>%Creset%C(yellow)%d%Creset %Cgreen(%cr)%Creset%n%w(80,8,8)%s' --graph
mostratudoporra = log --pretty=format:'%Cred%h%Creset %C(bold blue)<%an>%Creset%C(yellow)%d%Creset %Cgreen(%cr)%Creset%n%w(80,8,8)%s%n' --graph --name-status
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

0 comments on commit ea84f0f

Please sign in to comment.