config/git: add sun aliases
This commit is contained in:
parent
6db452e760
commit
a24971bd5c
|
@ -143,6 +143,7 @@
|
||||||
|
|
||||||
rg = rmgonebranches
|
rg = rmgonebranches
|
||||||
su = submodule update --init --recursive
|
su = submodule update --init --recursive
|
||||||
|
sun = submodule update --no-fetch
|
||||||
gcr = !git gc && git repack -a -d
|
gcr = !git gc && git repack -a -d
|
||||||
|
|
||||||
# Change remote
|
# Change remote
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
[alias]
|
[alias]
|
||||||
journal = !git cme "notes/journal:" -- $(git root)/2-standards/notes/journal
|
journal = !git add $(git root)/2-standards/notes/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 "write:" -- $(git root)/2-standards/writing
|
write = !git cme "write:" -- $(git root)/2-standards/writing
|
||||||
|
|
Loading…
Reference in New Issue