git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
BranchCommit messageAuthorAge
masterAnchoring current-branch alias in gitconfigH. P. 5 weeks
testingfix: do not display HEAD along with the branchesH. P. 5 weeks
 
TagDownloadAuthorAge
v1.6.0dotfiles-1.6.0.tar.bz2  H. P. 5 weeks
v1.2.8dotfiles-1.2.8.tar.bz2  H. P. 8 months
v1.2.7dotfiles-1.2.7.tar.bz2  H. P. 10 months
v1.2.6dotfiles-1.2.6.tar.bz2  H. P. 12 months
v1.2.5dotfiles-1.2.5.tar.bz2  H. P. 12 months
v1.2.4dotfiles-1.2.4.tar.bz2  H. P. 12 months
v1.2.3dotfiles-1.2.3.tar.bz2  H. P. 12 months
v1.2.2dotfiles-1.2.2.tar.bz2  H. P. 12 months
v1.2.1dotfiles-1.2.1.tar.bz2  H. P. 18 months
v1.2.0dotfiles-1.2.0.tar.bz2  H. P. 20 months
v1.1.0dotfiles-1.1.0.tar.bz2  H. P. 21 months
v1.0.0dotfiles-1.0.0.tar.bz2  H. P. 21 months
v0.9.5dotfiles-0.9.5.tar.bz2  H. P. 3 years
v0.9.4dotfiles-0.9.4.tar.bz2  H. P. 4 years
v0.9.3dotfiles-0.9.3.tar.bz2  H. P. 4 years
v0.9.2dotfiles-0.9.2.tar.bz2  H. P. 4 years
v0.9.1dotfiles-0.9.1.tar.bz2  H. P. 4 years
ight .sb { color: #aa5500 } /* Literal.String.Backtick */ .highlight .sc { color: #aa5500 } /* Literal.String.Char */ .highlight .dl { color: #aa5500 } /* Literal.String.Delimiter */ .highlight .sd { color: #aa5500 } /* Literal.String.Doc */ .highlight .s2 { color: #aa5500 } /* Literal.String.Double */ .highlight .se { color: #aa5500 } /* Literal.String.Escape */ .highlight .sh { color: #aa5500 } /* Literal.String.Heredoc */ .highlight .si { color: #aa5500 } /* Literal.String.Interpol */ .highlight .sx { color: #aa5500 } /* Literal.String.Other */ .highlight .sr { color: #009999 } /* Literal.String.Regex */ .highlight .s1 { color: #aa5500 } /* Literal.String.Single */ .highlight .ss { color: #0000aa } /* Literal.String.Symbol */ .highlight .bp { color: #00aaaa } /* Name.Builtin.Pseudo */ .highlight .fm { color: #00aa00 } /* Name.Function.Magic */ .highlight .vc { color: #aa0000 } /* Name.Variable.Class */ .highlight .vg { color: #aa0000 } /* Name.Variable.Global */ .highlight .vi { color: #aa0000 } /* Name.Variable.Instance */ .highlight .vm { color: #aa0000 } /* Name.Variable.Magic */ .highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
[color]
	diff	= auto
	status	= auto
	branch	= auto
	ui		= auto
# To determine user and GPG key ID, we source this file:
[include]
	path	= ~/.gitconfig.local
# ...with the following content:
## vim:syntax=gitconfig
#[user]
#	name		= John McDoe III
#	email		= mail_redacted_for_web
#	signingkey	= 1FEDBEEFC0DEDBAD
[log]
	date	= iso
[alias]
	st		= status
	lg		= log -p
	dc		= diff --cached
	lol		= log --graph --decorate --pretty=format:'%C(auto)%h %G? %d %s%Creset' --abbrev-commit
	lola	= log --graph --decorate --pretty=format:'%C(auto)%h %G? %d %s%Creset' --abbrev-commit --all
	ls		= ls-files
	compactlog = log --pretty=format:"%h%x09%an%x09%ad%x09%s" --date=short
	# check out existing remote branch, e.g. origin/branchname
	cb		= checkout --track
	co		= checkout
	cob		= checkout -b
	c		= commit --verbose
	ca		= commit --verbose --all
	s		= status --short
	l		= log --color --graph --pretty=format:'%C(auto)%h %G? %d %s%Creset'
	gi		= init --bare
	gs		= init --bare --shared
	aa		= add --all --verbose
	ap		= add -p
	up		= pull --rebase=preserve
	fa		= fetch --all --verbose
	gr		= grep --break --heading --line-number
	d		= diff
	ds		= diff --stat
	dc		= diff --cached
	la		= "!git config -l|grep alias|cut -c 7-|sort|sed \"s/^\\([^=]\\+\\)=/\\1€/g\"|sed \"s|€/|@/|g;s|ts€|ts@|g;s|^la.*|la€<scrambled output, call git-alias>|g\"|column -ts€"
	alias	= "!git config -l|grep alias|cut -c 7-|sort"
	cs		= "!GPG_TTY=$(tty) git commit -S --verbose"
	csa		= "!GPG_TTY=$(tty) git commit -S --verbose --all"
	csp		= "!GPG_TTY=$(tty) git commit -S -pv"
	tag		= "!GPG_TTY=$(tty) git tag -s"
	tty		= "!export GPG_TTY=$(tty)"
	puv		= push --verbose
	puff	= "!git puv"
	pl		= pull -tpf
	p		= pull -tpf
	branchpull = remote update origin --prune
	branchremdel = push origin --delete
	ba		= branch --list --all
[push]
	default	= simple
[core]
	editor	= vim
	fileMode = true
[merge]
	tool	= vimdiff
[mergetool]
	keepBackup = false
[gui]
	fontui	= -family Hack -size 11 -weight normal -slant roman -underline 0 -overstrike 0
	fontdiff = -family Hack -size 11 -weight normal -slant roman -underline 0 -overstrike 0
[commit]
	gpgSign	= true
#[gpg]
#	program	= /usr/bin/gpg2
[http]
	#proxy	= http://10.0.0.1:3128/