diff options
| author | jason | 2019-10-30 10:16:30 -0600 |
|---|---|---|
| committer | jason | 2019-10-30 10:16:30 -0600 |
| commit | 6e5aafd4378bdee4bd18c33bc2f0bb400830c78c (patch) | |
| tree | 4c3d746f29b958e02e0110e7807bd1998e20a7d6 | |
| parent | 39af88f3386c3b2570cc69bf2bf38c07219a52fa (diff) | |
| download | dotfiles-6e5aafd4378bdee4bd18c33bc2f0bb400830c78c.tar.gz dotfiles-6e5aafd4378bdee4bd18c33bc2f0bb400830c78c.zip | |
rewrite github urls for go
| -rw-r--r-- | git/.gitconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig index e27d9d4..21e06f1 100644 --- a/git/.gitconfig +++ b/git/.gitconfig | |||
| @@ -11,3 +11,5 @@ enabled = 1 | |||
| 11 | autoupdate = 1 | 11 | autoupdate = 1 |
| 12 | [magit] | 12 | [magit] |
| 13 | hideCampaign = true | 13 | hideCampaign = true |
| 14 | [url "git@github.com:"] | ||
| 15 | insteadOf = https://github.com/ | ||