From 58b3d6122e02937368fd7f1726f6ceb4dbdd0088 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Tue, 4 Mar 2025 02:21:56 -0800 Subject: [PATCH] git: rename psnew -> psset, reb for rebase, add safe dir --- .gitconfig | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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