git2r icon indicating copy to clipboard operation
git2r copied to clipboard

Way to access unified config

Open hadley opened this issue 9 years ago • 0 comments

i.e. combining global and local settings

c <- config(repository("."))
modifyList(c$global, c$local)

hadley avatar Apr 28 '15 20:04 hadley