projects
/
dotfiles.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d6a26f
)
More git advices disable
author
Sergey Matveev <stargrave@stargrave.org>
Fri, 27 Mar 2020 20:41:57 +0000 (23:41 +0300)
committer
Sergey Matveev <stargrave@stargrave.org>
Fri, 27 Mar 2020 20:41:57 +0000 (23:41 +0300)
git/.gitconfig
patch
|
blob
|
history
diff --git
a/git/.gitconfig
b/git/.gitconfig
index 9862326e3b7dfb6e94b0096fae5ea634bfd1038c..7c3b438232aae2d04ffa7bdb45a28570a72b29ab 100644
(file)
--- a/
git/.gitconfig
+++ b/
git/.gitconfig
@@
-1,3
+1,6
@@
+[advice]
+ pushUpdateRejected = false
+ detachedHead = false
[alias]
wt = worktree
unchanged = update-index --assume-unchanged
@@
-30,5
+33,3
@@
algorithm = patience
[grep]
lineNumber = true
-[advice]
- detachedHead = false