mirror of
https://source.perfectable.org/nivertius/git-rc.git
synced 2025-07-02 04:35:00 +02:00
40 lines
886 B
INI
40 lines
886 B
INI
[user]
|
|
name = Paweł Płazieński
|
|
email = nivertius@gmail.com
|
|
[color]
|
|
branch = auto
|
|
ui = auto
|
|
diff = auto
|
|
grep = auto
|
|
interactive = auto
|
|
showBranch = auto
|
|
status = auto
|
|
[core]
|
|
excludesFile = ~/.gitignore_global
|
|
whitespace = trailing-space space-before-tab
|
|
[push]
|
|
default = simple
|
|
[alias]
|
|
st = status
|
|
|
|
branches = branch -a
|
|
tags = tag
|
|
stashes = stash list
|
|
remotes = remote -v
|
|
|
|
precommit = diff --diff-algorithm=minimal -w
|
|
interactive = add --patch
|
|
|
|
diffdir = difftool --dir-diff
|
|
graph = log --graph --abbrev-commit --decorate --date=relative --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
|
|
|
|
unstage = reset -q HEAD --
|
|
discard = checkout --
|
|
uncommit = reset --mixed HEAD~
|
|
amend = commit --amend
|
|
[core]
|
|
editor = vim
|
|
[diff]
|
|
tool = meld
|
|
[merge]
|
|
tool = meld
|