https://git-scm.com/docs/git-config#Documentation/git-config.txt-urlltbasegtinsteadOf
[[gitconfigの設定]]。
`$before`から始まる[[URL]]の`$before`部分を`$after`に置き換える。
### コマンド
```shell
git config url.http://yourname@repo/.insteadOf
[email protected]:yourname/
```
### config
```git
[url "http://yourname@repo/"]
insteadOf =
[email protected]:yourname/
```