git: rename psnew -> psset, reb for rebase, add safe dir
This commit is contained in:
parent
0c153b400b
commit
58b3d6122e
1 changed files with 6 additions and 4 deletions
10
.gitconfig
10
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue