Refactoring repository for GNU Stow
This commit is contained in:
27
git/.gitconfig
Normal file
27
git/.gitconfig
Normal file
@@ -0,0 +1,27 @@
|
||||
[user]
|
||||
name = Fabio Scotto di Santolo
|
||||
email = fabio.scottodisantolo@gmail.com
|
||||
[core]
|
||||
pager =
|
||||
[push]
|
||||
followTags = true
|
||||
[remote "origin"]
|
||||
prune = true
|
||||
[alias]
|
||||
lg = 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)%n' --all
|
||||
onelinegraph = log --oneline --graph --decorate
|
||||
expireunreachablenow = reflog expire --expire-unreachable=now --all
|
||||
gcunreachablenow = gc --prune=now
|
||||
ld = log -p
|
||||
daily = log --all --author=\"$(git config --get user.name)\" --since=yesterday.midnight --date=format:\"%d %h|%H:%m\" --pretty=format:\"%C(yellow)%h%Xreset|%cd|%C(blue)%s\"
|
||||
notrack = update-index --assume-unchanged
|
||||
track = update-index --no-assume-unchanged
|
||||
unstage = "reset HEAD -- "
|
||||
[color "status"]
|
||||
branch = magenta
|
||||
untracked = cyan
|
||||
unmerged = yellow
|
||||
[help]
|
||||
autocorrect = 30
|
||||
[init]
|
||||
defautlBranch = main
|
||||
Reference in New Issue
Block a user