-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
30 lines (27 loc) · 889 Bytes
/
gitconfig
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
[alias]
graph = "log --oneline --abbrev-commit --all --graph --decorate --color"
[init]
defaultBranch = "main"
[pull]
rebase = false
[user]
email = "[email protected]"
name = "Camille Scott"
[safe]
directory = /share/apps/spack-v0.19
directory = /share/apps/spack-ucdavis
directory = /share/apps/spack/spack-ucdavis
directory = /share/apps/franklin
directory = /share/apps/spack/spack-v0.19
directory = /etc/puppetlabs/code/environments/development
directory = /etc/puppetlabs/code/environments
[credential]
helper = cache
[maintenance]
repo = /home/camw/dotfiles
repo = /home/camw/.local/share/zsh/fzf-zsh-plugin
repo = /home/camw/.local/share/zsh/oh-my-zsh-virtualenv-prompt
repo = /home/camw/.local/share/zsh/ohmyzsh
repo = /home/camw/.local/share/zsh/zsh-nvm
repo = /home/camw/.local/share/zsh/zsh-snap
repo = /home/camw/.local/share/zsh/zsh-syntax-highlighting