From 0c2a3826c2e95c5ab8899a362bf0943603c00ca0 Mon Sep 17 00:00:00 2001 From: xerus2000 <27jf@pm.me> Date: Sun, 27 Dec 2020 13:54:19 +0100 Subject: [PATCH] config/git: small alias update --- .config/git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index 897dc43..4d96cce 100644 --- a/.config/git/config +++ b/.config/git/config @@ -109,7 +109,7 @@ f = fetch fa = fetch --all fs = !git fetch && git st - lu = !git pull upstream $(git curbranch) + lu = !git pull --rebase upstream ${1:-$(git curbranch)} rg = rmgonebranches sm = submodule update --init --recursive @@ -131,6 +131,7 @@ # data journal = !git cme "notes/journal:" -- $(git root)/2-standards/notes/journal note = !git cme "notes:" -- $(git root)/2-standards/notes + write = !git cme "writings:" -- $(git root)/2-standards/writing [filter "lfs"] clean = git-lfs clean -- %f