Skip to content

Commit

Permalink
git: aliases + rm ssh-askpass
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Jul 9, 2024
1 parent c6a74ba commit f95b4cb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
[url "https://gist.github.com/"]
insteadOf = gist:

[url "https://gitlab.com/"]
insteadOf = gl:

[url "https://codeberg.com/"]
insteadOf = cb:

[tag]
forceSignAnnotated = true

Expand Down Expand Up @@ -79,5 +85,3 @@
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[core]
askpass = /usr/lib/ssh/ssh-askpass

0 comments on commit f95b4cb

Please sign in to comment.