]> git.phdru.name Git - extfs.d.git/blob - update
Add update script
[extfs.d.git] / update
1 #! /bin/sh
2
3 current="`git config --get remote.current.url`" &&
4
5 git pull --ff-only current master && git push web &&
6
7 cd "$current" &&
8 exec git pull origin