summaryrefslogtreecommitdiff
path: root/mr/.mrconfig
diff options
context:
space:
mode:
Diffstat (limited to 'mr/.mrconfig')
-rw-r--r--mr/.mrconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/mr/.mrconfig b/mr/.mrconfig
index 2c185e9..44ef5f4 100644
--- a/mr/.mrconfig
+++ b/mr/.mrconfig
@@ -1,24 +1,24 @@
[$HOME/dotfiles]
-checkout = git clone 'gitolite@urbainvaes.com:dotfiles.git' 'dotfiles'
+checkout = git clone 'gitolite@urbainvaes.com:dotfiles.git'
update = git pull origin master
push = git push origin master
[$HOME/gitolite]
-checkout = git clone 'gitolite@urbainvaes.com:gitolite-admin.git' 'gitolite'
+checkout = git clone 'gitolite@urbainvaes.com:gitolite-admin.git'
update = git pull origin master
push = git push origin master
[$HOME/personal]
-checkout = git clone 'gitolite@urbainvaes.com:private/personal.git' 'personal'
+checkout = git clone 'gitolite@urbainvaes.com:private/personal.git'
update = git pull origin master
push = git push origin master
-[$HOME/thesis]
-checkout = git clone 'gitolite@urbainvaes.com:private/thesis.git' 'thesis'
+[$HOME/.password-store]
+checkout = git clone 'gitolite@urbainvaes.com:private/passwords.git'
update = git pull origin master
push = git push origin master
-[$HOME/.password-store]
-checkout = git clone 'gitolite@urbainvaes.com:private/passwords.git' '.password-store'
+[$HOME/phd]
+checkout = git clone 'gitolite@urbainvaes.com:phd.git'
update = git pull origin master
push = git push origin master