diff options
Diffstat (limited to 'mr')
-rw-r--r-- | mr/.mrconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mr/.mrconfig b/mr/.mrconfig index d83da3f..35efe3e 100644 --- a/mr/.mrconfig +++ b/mr/.mrconfig @@ -27,3 +27,8 @@ push = git push origin master checkout = git clone 'gitolite@vaes.uk:postdoc/base.git' postdoc update = git pull origin master push = git push origin master + +[$HOME/work] +checkout = git clone 'gitolite@vaes.uk:work/base.git' work +update = git pull origin master +push = git push origin master |