From: Mike Frysinger Date: Mon, 15 Feb 2021 11:46:25 +0000 (-0500) Subject: repoconfig: enable worktree & add more helpers X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=c6f8dc383504a65df31f27b06723abe92e1266c5 repoconfig: enable worktree & add more helpers --- 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