forked from w3cj/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
27 lines (27 loc) · 805 Bytes
/
Copy path.gitconfig
File metadata and controls
27 lines (27 loc) · 805 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
[user]
name = CBroz1
email = CBrozdowski@yahoo.com
[init]
defaultBranch = me
[core]
editor = /home/cbroz/nvim-linux-x86_64.appimage -c \"lua require('configs')\"
excludesfile = /home/cbroz/.gitignore
[github]
user = cbroz1
[credential "https://github.com"]
helper = !/usr/bin/gh auth git-credential
[credential "https://gist.github.com"]
helper = !/usr/bin/gh auth git-credential
[credential]
helper = store
[safe]
directory = /home/dgramling/Src/dpg_nwb_analysis
directory = /home/jguidera/Src/nwb_custom_analysis
directory = /home/shijiegu/Documents/spyglass
directory = /home/jguidera/Src/jguides_2024
directory = /home/shijiegu/Documents/spyglass-export-docker
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true