5 lines
52 B
Bash
5 lines
52 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
hg bookmark -f master;
|
||
|
hg push -f github
|