diff options
author | Case Duckworth | 2022-01-02 09:40:42 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-02 09:40:42 -0600 |
commit | a1a4f3c4c4f9dbbaa499f1cc8c241a29433da625 (patch) | |
tree | 569e488c2ee423762dfbc94a6d6179844f967542 /git | |
parent | Add .gitignore (diff) | |
download | etc-a1a4f3c4c4f9dbbaa499f1cc8c241a29433da625.tar.gz etc-a1a4f3c4c4f9dbbaa499f1cc8c241a29433da625.zip |
Add gitea instance in gitconfig
Diffstat (limited to 'git')
-rw-r--r-- | git/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git/config b/git/config index cad9e12..4ea5ba7 100644 --- a/git/config +++ b/git/config | |||
@@ -88,3 +88,5 @@ | |||
88 | insteadOf = "tg:" | 88 | insteadOf = "tg:" |
89 | [url "git@tildegit.org:"] | 89 | [url "git@tildegit.org:"] |
90 | pushInsteadOf = "tg:" | 90 | pushInsteadOf = "tg:" |
91 | [gitea "tildegit.org/api/v1"] | ||
92 | user = acdw | ||