wip
This commit is contained in:
parent
b27739c9be
commit
810fbdb467
22
.gitconfig
22
.gitconfig
@ -1,22 +1,22 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Joe Lillibridge
|
name = Joe Lillibridge
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
st = status
|
st = status
|
||||||
tst = status
|
tst = status
|
||||||
co = checkout
|
co = checkout
|
||||||
tco = checkout
|
tco = checkout
|
||||||
ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
ref = for-each-ref --count=10 --sort=-committerdate refs/heads/ --format='%(refname:short)'
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = .gitconfig.local
|
path = .gitconfig.local
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,6 +6,7 @@
|
|||||||
.zprofile.local
|
.zprofile.local
|
||||||
|
|
||||||
# Various stuff
|
# Various stuff
|
||||||
|
.DS_Store
|
||||||
*.sock
|
*.sock
|
||||||
*.swp
|
*.swp
|
||||||
__pycache__/
|
__pycache__/
|
||||||
@ -26,8 +27,6 @@ __pycache__/
|
|||||||
.config/zsh/plugins
|
.config/zsh/plugins
|
||||||
.cups
|
.cups
|
||||||
.docker/
|
.docker/
|
||||||
.DS_Store
|
|
||||||
.gitignore_global
|
|
||||||
.gk/repoMapping.json
|
.gk/repoMapping.json
|
||||||
.gnupg
|
.gnupg
|
||||||
.gnupg_*
|
.gnupg_*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user