We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b815cb commit c3fd9a4Copy full SHA for c3fd9a4
.gitignore
@@ -1,4 +1,3 @@
1
node_modules/
2
sandboxrepo
3
git-open.1
4
-package-lock.json
test/git-open.bats
@@ -40,7 +40,7 @@ setup() {
40
##
41
42
@test "url: insteadOf handling" {
43
- git config --global url.http://example.com/.insteadOf ex:
+ git config --local url.http://example.com/.insteadOf ex:
44
git remote set-url origin ex:example.git
45
git checkout -B master
46
run ../git-open
0 commit comments