From c6f8dc383504a65df31f27b06723abe92e1266c5 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 15 Feb 2021 06:46:25 -0500 Subject: [PATCH] repoconfig: enable worktree & add more helpers --- .repoconfig/config | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.repoconfig/config b/.repoconfig/config index 975a529..a84fe4a 100644 --- a/.repoconfig/config +++ b/.repoconfig/config @@ -1,3 +1,6 @@ +[repo] + worktree = true + [alias] ab = abandon -q b = branch @@ -7,7 +10,10 @@ g = grep h = help l = list - up = upload + up = upload --cbr . + up-lq = upload --cbr . --l Commit-Queue+1 + up-lva = upload --cbr . --l Verified+1 --l Auto-Submit+1 + up-lvaq = upload --cbr . --l Verified+1 --l Auto-Submit+1 --l Commit-Queue+1 rb = rebase s = sync -j16 -c st = status -- 2.39.2