Improve git workflow: enable fsmonitor and untrackedCache, add watchman,
improve some git aliases
This commit is contained in:
parent
48ed428fd6
commit
25d56990cd
3 changed files with 13 additions and 2 deletions
|
|
@ -5,6 +5,8 @@
|
|||
compression = 9
|
||||
whitespace = error
|
||||
preloadindex = true
|
||||
fsmonitor = true
|
||||
untrackedCache = true
|
||||
|
||||
[status]
|
||||
branch = true
|
||||
|
|
@ -38,6 +40,10 @@
|
|||
[rebase]
|
||||
autoStash = true
|
||||
missingCommitsCheck = true
|
||||
autosquash = true
|
||||
|
||||
[merge]
|
||||
ff = false
|
||||
|
||||
[log]
|
||||
abbrevCommit = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue