NavigationBenutzeranmeldungWer ist onlineZur Zeit sind 0 Benutzer und 4 Gäste online.
|
cat ~/.gitconfig![]()
[alias]
br = branch
st = status
log1 = log --pretty=oneline --abbrev-commit
rlog = log --pretty=format:\"%h %Cblue%cr%Creset %an %Cgreen%s%Creset\"
[color]
ui = auto
[color "branch"]
current = "yellow bold"
local = cyan
remote = "red bold"
[color "diff"]
new = cyan
old = magenta
frag = yellow
meta = green
commit = normal
whitespace = "white reverse"
[color "status"]
changed = yellow
added = magenta
untracked = "blue bold"
nobranch = "red bold"
Trackback URL for this post:http://www.velt.de/trackback/233
|
Kommentar hinzufügen