From 5122a46e6ba45f1a96eb98749cd4d2ca77ae15d6 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 21 Sep 2021 22:36:26 -0400 Subject: git: Check out host-specific branch --- diff --git a/.config/mr/available.d/git.vcsh b/.config/mr/available.d/git.vcsh index 69aeb8d..562a182 100644 --- a/.config/mr/available.d/git.vcsh +++ b/.config/mr/available.d/git.vcsh @@ -1,2 +1,2 @@ [$HOME/.config/vcsh/repo.d/git.git] -checkout = vcsh clone ssh://git@git.pehjota.net/dotfiles/git.git git +checkout = vcsh clone -b host/$(cat /etc/hostname) ssh://git@git.pehjota.net/dotfiles/git.git git -- cgit v0.9.1