I would like to have an alias like:
alias gra-bitbucket="gra origin https://gismoranas@bitbucket.org/gismoranas"
so that I can use it like:
gra-bitbucket/some-repo.git
to add a new origin to a git repository (gra is a oh-my-zsh! alias).
My issue is that I don't want to have to write the whole url each time. It must not be an alias, but it would be nice to have a one liner setting.