mirror of
https://github.com/itme-brain/git.git
synced 2026-03-23 17:49:42 -04:00
added docs
This commit is contained in:
parent
325936235e
commit
aa3d1558da
3 changed files with 21 additions and 1 deletions
4
config
4
config
|
|
@ -1,6 +1,7 @@
|
|||
[init]
|
||||
defaultBranch = master
|
||||
|
||||
# Use vimdiff for diffs and merge conflicts
|
||||
[diff]
|
||||
tool = vimdiff
|
||||
|
||||
|
|
@ -13,6 +14,7 @@
|
|||
[mergetool "vimdiff"]
|
||||
trustExitCode = true
|
||||
|
||||
# Rewrite HTTPS to SSH for personal repos
|
||||
[url "git@github.com:itme-brain/"]
|
||||
insteadOf = https://github.com/itme-brain/
|
||||
|
||||
|
|
@ -21,8 +23,10 @@
|
|||
email = bryan@ramos.codes
|
||||
signingKey = F1F3466458452B2DF351F1E864D12BA95ACE1F2D
|
||||
|
||||
# Auto-set upstream on first push
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
# Enable per-project with: git config --local commit.gpgSign true
|
||||
[commit]
|
||||
gpgSign = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue