mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Merge pull request #643 from jonyamo/git-pr_clean-git-config
Remove slashes from git-config command
This commit is contained in:
commit
fda5f3e4ef
|
|
@ -18,5 +18,5 @@ else
|
|||
fi
|
||||
git fetch -fu $remote refs/pull/$id/head:$branch && \
|
||||
git checkout $branch && \
|
||||
git config --local --replace branch.\"$branch\".merge refs/pull/$id/head && \
|
||||
git config --local --replace branch.\"$branch\".remote $remote;
|
||||
git config --local --replace branch.$branch.merge refs/pull/$id/head && \
|
||||
git config --local --replace branch.$branch.remote $remote;
|
||||
|
|
|
|||
Loading…
Reference in a new issue