diff --git a/.gitignore b/.gitignore index e9883c6..4da59cd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ node_modules/ sandboxrepo git-open.1 -package-lock.json diff --git a/test/git-open.bats b/test/git-open.bats index 513535d..50808ac 100755 --- a/test/git-open.bats +++ b/test/git-open.bats @@ -40,7 +40,7 @@ setup() { ## @test "url: insteadOf handling" { - git config --global url.http://example.com/.insteadOf ex: + git config --local url.http://example.com/.insteadOf ex: git remote set-url origin ex:example.git git checkout -B master run ../git-open