all repos — dotfiles @ e911905fc22c660d2a4fd7efa8c6be10c967a43d

linux dotfiles

home/.gitconfig

[user]
	email = prithugoswami524@gmail.com
	name = Prithu Goswami
	signingkey = A17AFDEA2EF9A76AA868285DE2AB251EDB8945E5

[alias]
    lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all
    lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n''          %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all
    lg  = !"git lg1"
    sra = !"git log --format=%H -n 10 --all | xargs git show"
    sr  = !"git log --format=%H -n 10 | xargs git show"
    st = status --short
    ci = commit
    ca = commit --amend
    caa = commit -a --amend
    br = branch
    co = checkout
    df = diff
    ; up = pull --rebase
[pull]
	rebase = false