Skip to content

Commit

Permalink
prefer ssh in git
Browse files Browse the repository at this point in the history
  • Loading branch information
caseytomlin committed Dec 18, 2024
1 parent c9aace5 commit 9b0f743
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dot_config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@
autocrlf = input
[commit]
gpgsign = false
[url "git@"]
insteadOf = https://
2 changes: 1 addition & 1 deletion dot_config/git/ignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# .nfs files are created when an open file is removed but is still being accessed
.nfs*

.vscode


# Python
*.pyc
Expand Down

0 comments on commit 9b0f743

Please sign in to comment.