Git config rewrite ald values
This commit is contained in:
@@ -40,7 +40,7 @@ function git_unalias() {
|
|||||||
function git_set() {
|
function git_set() {
|
||||||
local name="$1"
|
local name="$1"
|
||||||
local value="$2"
|
local value="$2"
|
||||||
run git config --global "$name" "$value"
|
run git config --global --replace-all "$name" "$value"
|
||||||
}
|
}
|
||||||
|
|
||||||
function git_unset() {
|
function git_unset() {
|
||||||
|
|||||||
Reference in New Issue
Block a user