T4BSOMY3NUSQAQ73OXDY52PXFLPKLKNPI5LV64ZCJ75TNTEVN7WAC
62ITDSZRP236XT5NYPBZWNGTCKJMVEBIROQ3D26KL3W26JN5U44QC
RXCY7LD6ZRIOIKZEYKLMCYPMQPXF4DOEEFBDLVR2B22BXLZJFFBQC
A3TVGLVHSVLMEHLHB3TPBSD3QGNVGX3DIK6BEBDTTHWBNW4ALMRAC
XI62GRUV7UXWLGWBMPSDNMOTPPYPSP4XITW5UPT7PQLKW7V27K4AC
6INNNLUZG67JO32HQSXTLFFKI2LFS5KOVIR6RJKFVDQZO7MSGGVAC
function bitbucket_url() { local git_spec="$package" if [[ -n "$git_user" ]]; then git_spec="$git_user/$package" fi
function bitbucket_url() {
local git_spec="$package"
if [[ -n "$git_user" ]]; then
git_spec="$git_user/$package"
fi
if [[ "$bitbucket_USE_SSH" == "yes" ]]; then printf "git@bitbucket.com:%s.git" "$git_spec" else printf "https://bitbucket.com/%s.git" "$git_spec" fi}
if [[ "$bitbucket_USE_SSH" == "yes" ]]; then
printf "git@bitbucket.com:%s.git" "$git_spec"
else
printf "https://bitbucket.com/%s.git" "$git_spec"
}
alias_forge bb github