4 lines
74 B
Plaintext
4 lines
74 B
Plaintext
|
#!/bin/sh
|
||
|
# Push HEAD to a new branch in origin
|
||
|
git push origin "HEAD:$1"
|