mirror of
https://github.com/spirit-x64/dotfiles.git
synced 2024-11-23 20:13:12 +03:00
20 lines
519 B
INI
20 lines
519 B
INI
{d6229aa5a1e9b97db880ebec66f7d692f768a7bc true 519 .gitconfig 0xc001e2a150}
[user]
|
|
name = Spirit
|
|
email = spirit@programmer.net
|
|
[init]
|
|
defaultBranch = main
|
|
[pull]
|
|
rebase = true
|
|
[credential]
|
|
helper = store
|
|
[github]
|
|
user = spirit-x64
|
|
|
|
[alias]
|
|
ls = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate
|
|
ll = log --pretty=format:"%C(yellow)%h%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --numstat
|
|
unstage = reset --soft HEAD^
|
|
ignore = update-index --assume-unchanged
|
|
unignore = update-index --no-assume-unchanged
|
|
ignored = !git ls-files -v | grep "^[[:lower:]]"
|