Skip to content

Sonic853/gitbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitbundle

Quickly bundle remote Git repositories and local repositories

Snipaste_2023-11-03_23-40-26

中文 | English

Usage

gitbundle <remote or local path> [bundle file name]

Unbundle

git clone <bundle file name> <repository name>

Example (Windows)

gitbundle https://github.com/Sonic853/UdonLabToolkit
gitbundle https://github.com/Sonic853/UdonLabToolkit.git UdonLabToolkit.git.bundle
gitbundle D:\Git\UdonLabToolkit
gitbundle D:\Git\UdonLabToolkit UdonLabToolkit.bundle
gitbundle AGitFolder AGitFile.git.bundle

@REM Unbundle
gitbundle https://github.com/Sonic853/UdonLabToolkit.git UdonLabToolkit.git.bundle
git clone UdonLabToolkit.git.bundle UdonLabToolkit

Example (Linux)

./gitbundle.sh https://github.com/Sonic853/UdonLabToolkit
# if you have install gitbundle.sh to /usr/bin/gitbundle and set it chmod +x
gitbundle https://github.com/Sonic853/UdonLabToolkit.git UdonLabToolkit.git.bundle
gitbundle /home/Sonic853/Git/UdonLabToolkit
gitbundle /home/Sonic853/Git/UdonLabToolkit UdonLabToolkit.bundle
gitbundle AGitFolder AGitFile.git.bundle

# Unbundle
gitbundle https://github.com/Sonic853/UdonLabToolkit.git UdonLabToolkit.git.bundle
git clone UdonLabToolkit.git.bundle UdonLabToolkit

About

Quickly bundle remote Git repositories and local repositories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors