Here is the @hannesr script changed the bit to accept input from prompts:
# startbitbucket - creates remote bitbucket repo and adds it as git remote to cwd function startbitbucket { echo 'Username?' read username echo 'Password?' read -s password
You should put this in your .bashrc or .bash_aliases .
pztrick Sep 09 '14 at 19:47 2014-09-09 19:47
source share