NavigationBenutzeranmeldungWer ist onlineZur Zeit sind 0 Benutzer und 3 Gäste online.
|
gitSparkleShare and host (my) your own git server![]() This is not a complete tutorial but a list of steps (I hope all needed) to get it working
check_netappfiler on github - let's have fun!![]() Just a short note: check_netappfiler's code is now available on GitHub. I didn't import the whole history (just the last... uh... about 6 "releases") because there was(is) much crap in my original Subversion repository. Fork it! Add code! Fix errors! Send "pull request"s! ;-) I'm not sure if it while be there forever - but hey! Let's use this wonderful site!
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"
|