Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- repo_name=$1
- hub create DarkCAF-OS/platform_$1
- test -z $repo_name && echo "Repo name required." 1>&2 && exit 1
- git branch 7.1.1
- git checkout 7.1.1
- git push -u [email protected]:DarkCAF-OS/platform_$1.git HEAD:7.1.1
Add Comment
Please, Sign In to add comment