Spaces:
Running
Running
File size: 102 Bytes
87b3b3a |
1 2 3 4 5 6 7 |
#!/bin/sh
hg bookmark -f master
hg bookmark -f gh-pages
hg push github
hg push -B master -B gh-pages
|