From af828606c1d53aa8f9e0c1b82a0d4a2d66dce370 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Wed, 21 Sep 2016 22:35:23 +0100 Subject: [mr] Add thesis repository --- mr/.mrconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mr/.mrconfig b/mr/.mrconfig index ab0a1eb..2c185e9 100644 --- a/mr/.mrconfig +++ b/mr/.mrconfig @@ -13,6 +13,11 @@ checkout = git clone 'gitolite@urbainvaes.com:private/personal.git' 'personal' update = git pull origin master push = git push origin master +[$HOME/thesis] +checkout = git clone 'gitolite@urbainvaes.com:private/thesis.git' 'thesis' +update = git pull origin master +push = git push origin master + [$HOME/.password-store] checkout = git clone 'gitolite@urbainvaes.com:private/passwords.git' '.password-store' update = git pull origin master -- cgit v1.2.3