blob: 44ef5f47da5f505c7bd9ee3837605964bf4d241c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[$HOME/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'
update = git pull origin master
push = git push origin master
[$HOME/personal]
checkout = git clone 'gitolite@urbainvaes.com:private/personal.git'
update = git pull origin master
push = git push origin master
[$HOME/.password-store]
checkout = git clone 'gitolite@urbainvaes.com:private/passwords.git'
update = git pull origin master
push = git push origin master
[$HOME/phd]
checkout = git clone 'gitolite@urbainvaes.com:phd.git'
update = git pull origin master
push = git push origin master
|