1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-11-04 22:10:09 -05:00

git=hub and youtube-dl aliases

This commit is contained in:
2019-09-15 09:38:20 -04:00
parent f40a23352c
commit 1d358cda17
3 changed files with 19 additions and 5 deletions

View File

@@ -10,15 +10,18 @@
gpgsign = true
[push]
default = current
[pull]
rebase = true
[core]
editor = nano
excludesfile = ~/.gitignore_global
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
smudge = git-lfs smudge -- %f
clean = git-lfs clean -- %f
process = git-lfs filter-process
[github]
user = jakejarvis
[pull]
rebase = true
[hub]
host = github.com
host = git.jarv.is