Skip to content

rytsh/bitclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitclone

Clone All My bitbucket Repo

Easly select your repo and clone it in your folder, save time.

Install:

pip install bitclone

Run:

bitclone

or

python -m bitclone

And uninstall:

pip uninstall bitclone

Help

bitclone [-h] [--dir [DIR]]

Automatically choice hg or git and clone it your location,

You must have hg or git tool.

Please check your credential cache, it can store your password

UNSET and SET caching passwords:

unset:  git config --global --unset credential.helper

Set on Linux:

git config --global credential.helper 'cache --timeout=3600'

Set on Windows:

set:    git config --global credential.helper wincred

optional arguments:

-h, --help show this help message and exit

--dir [DIR] Clone Location (default: where are you run it)


Usage

bit_image2

About

clone all your bitbucket repository

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages