git: rename psnew -> psset, reb for rebase, add safe dir

This commit is contained in:
PowerUser64 2025-03-04 02:21:56 -08:00
parent 0c153b400b
commit 58b3d6122e

View file

@ -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