Git Update
Install: yarn global add git-update
Or npm install git-update -g
Start
Pre-setting: add host's public key in ~/.ssh/id_rsa.pub
to gitlab/bitbucket
Then:
bitbucket-update -t username:password -n team1,team2,team3 -d /tmp
gitlab-update -t token -n namespace -d /tmp
Updates
- v1.1.0
Support clone/update bitbucket repositories; support multiple namespaces
List repositories: ./bitbucket-update.js -t username:password -n team1,team2,team3 -d /tmp -l