From ef21fd1c0442b2c2999a3382366ffa7f16948057 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Fri, 20 Mar 2026 06:09:19 +0000 Subject: [PATCH] docs: update dotfiles/mr --- dotfiles/mr.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/dotfiles/mr.md b/dotfiles/mr.md index 4baf9e7..c076a3f 100644 --- a/dotfiles/mr.md +++ b/dotfiles/mr.md @@ -2,7 +2,7 @@ title: mr - myrepos description: published: true -date: 2026-03-20T05:11:13.239Z +date: 2026-03-20T06:09:17.367Z tags: editor: markdown dateCreated: 2026-03-20T05:11:13.239Z @@ -35,4 +35,8 @@ mr update ``` 5. Check output, and do appropriate cleanup as necessary -6. `$ exec bash` \ No newline at end of file +For instance, to override any file that is currently tracked in a repo but already has a local version: +``` +vcsh [repo] reset --hard origin/master +``` +6. `$ exec bash` to use new bashrc \ No newline at end of file