config/git: add sun aliases

This commit is contained in:
xeruf 2021-05-27 22:04:00 +02:00
parent 6db452e760
commit a24971bd5c
2 changed files with 2 additions and 1 deletions

View File

@ -143,6 +143,7 @@
rg = rmgonebranches
su = submodule update --init --recursive
sun = submodule update --no-fetch
gcr = !git gc && git repack -a -d
# Change remote

View File

@ -1,4 +1,4 @@
[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
write = !git cme "write:" -- $(git root)/2-standards/writing