-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
36 lines (36 loc) · 828 Bytes
/
Copy pathgitconfig
File metadata and controls
36 lines (36 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[alias]
br = branch
ci = commit
co = checkout
df = diff
dfs = diff --staged
rs = restore
rss = restore --staged
st = status
[commit]
gpgsign = true
[core]
editor = vim
excludesfile = /Users/drewprice/.gitignore_global
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[user]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDFlCb0FkBQ8KqIey2atakIkUJXlDetzNB/Mnpj/oOFZ
name = drew
email = 7977907+notnotdrew@users.noreply.github.com
[push]
autoSetupRemote = true
[rerere]
enabled = true
[credential]
helper = /usr/local/share/gcm-core/git-credential-manager
[credential "https://dev.azure.com"]
useHttpPath = true
[init]
defaultBranch = main
[filter "cursor-cli-config"]
clean = /Users/drewprice/bin/git-clean-cursor-cli-config
smudge = cat
required = false