diff --git a/.gitconfig b/.gitconfig index 1031269..aee062b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,9 @@ [credential] helper = store +[core] + eol = lf + [pull] rebase = false @@ -14,6 +17,7 @@ [safe] directory = /storage/emulated/0/docs directory = /mnt/windows/Users/blake/AppData/Local/nvim + directory = /mnt/windows/Users/blake/git/gam150/unknown-dust_demon [color] ui = auto @@ -35,7 +39,8 @@ pl = pull ps = push psf = push -f - psset = "! git push --set-upstream origin \"$(git branch --show-current)\"" + psnew = "! git push --set-upstream origin \"$(git branch --show-current)\"" + reb = rebase rem = remote rest = restore s = status @@ -59,7 +64,4 @@ required = true clean = git-lfs clean -- %f -[core] - eol = lf - # vim:noet