diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,4 +7,10 @@ a = add co = checkout br = branch - st = status + st = status + p = push + dc = diff --cached +[url "https://invent.kde.org/"] + insteadOf = kde: +[url "ssh://git@invent.kde.org/"] + pushInsteadOf = kde: |