config/git: small alias update
This commit is contained in:
parent
765190c8a1
commit
0c2a3826c2
|
@ -109,7 +109,7 @@
|
||||||
f = fetch
|
f = fetch
|
||||||
fa = fetch --all
|
fa = fetch --all
|
||||||
fs = !git fetch && git st
|
fs = !git fetch && git st
|
||||||
lu = !git pull upstream $(git curbranch)
|
lu = !git pull --rebase upstream ${1:-$(git curbranch)}
|
||||||
|
|
||||||
rg = rmgonebranches
|
rg = rmgonebranches
|
||||||
sm = submodule update --init --recursive
|
sm = submodule update --init --recursive
|
||||||
|
@ -131,6 +131,7 @@
|
||||||
# data
|
# data
|
||||||
journal = !git cme "notes/journal:" -- $(git root)/2-standards/notes/journal
|
journal = !git cme "notes/journal:" -- $(git root)/2-standards/notes/journal
|
||||||
note = !git cme "notes:" -- $(git root)/2-standards/notes
|
note = !git cme "notes:" -- $(git root)/2-standards/notes
|
||||||
|
write = !git cme "writings:" -- $(git root)/2-standards/writing
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
Loading…
Reference in New Issue