automated dev commit
This commit is contained in:
parent
cf5620f57f
commit
94fe54f20e
8 changed files with 87 additions and 59 deletions
|
@ -23,6 +23,15 @@
|
|||
pager = diff-so-fancy | less --tabs=4 -RFX
|
||||
autocrlf = input
|
||||
excludesfile = ~/.config/git/.gitignore
|
||||
compression = 9
|
||||
whitespace = error
|
||||
preloadindex = true
|
||||
|
||||
[advice]
|
||||
addEmptyPathspec = false
|
||||
pushNonFastForward = false
|
||||
statusHints = false
|
||||
|
||||
[color]
|
||||
ui = true
|
||||
[color "diff-highlight"]
|
||||
|
@ -62,6 +71,12 @@
|
|||
[url "https://github.com/RustSec/advisory-db"]
|
||||
insteadOf = https://github.com/RustSec/advisory-db
|
||||
|
||||
[url "git@github.com:marianozunino/"]
|
||||
insteadOf = "mz:"
|
||||
|
||||
[url "git@github.com:Stuzo/"]
|
||||
insteadOf = "stuzo:"
|
||||
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
|
|
|
@ -425,6 +425,8 @@
|
|||
# status with short format and showing branch and tracking info.
|
||||
ssb = status --short --branch
|
||||
|
||||
s = "!clear -x; git status; git log --oneline -4"
|
||||
|
||||
### ALIAS MANAGEMENT ###
|
||||
|
||||
# Show our defined alias list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue