nuovi file di configurazione per il DNS e aggiustamenti al gitconfig

This commit is contained in:
Fabio Scotto di Santolo
2020-02-27 12:55:57 +01:00
parent b34db23906
commit 55ddf1833b
3 changed files with 47 additions and 0 deletions

View File

@@ -15,6 +15,9 @@
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