Skip to content

Repository for cloning locally repositories from Bitbucket teams

Notifications You must be signed in to change notification settings

hynespm/bitbucket-team-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Description: This repo contains code for automatically cloning repositories from a bitbucket cloud team space.

Author: Patrick Hynes

The repository contains code that does the following via the bitbucket API

  • Iterates over the repositories within your bitbucket team space and creates a local directory for each repository within your team space
  • Clones repositories from your bitbucket should a local version not exist
  • Iterates through the remote branches of the repositories and checkouts the branches locally*

Resources

Repository Structure

How to use

The main script contains three variables which need to be set, they are the following

  • TEAMNAME - bitbucket team name
  • USERNAME & PASSWORD - credentials you use to log into your bitbucket
  • OS_PATH - directory where the repositories will be cloned to

About

Repository for cloning locally repositories from Bitbucket teams

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages