Skip to content

Shell script on MacOS to create a complete archive of a git repository with all submodules.

Notifications You must be signed in to change notification settings

chungxon/git_archiver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Git Archiver Script

Shell script on MacOS to create a complete archive of a git repository with all submodules.

Features

  • Write log file for debug
  • Initialize submodules before running
  • Archive main repository and all submodules and nested submodules
  • Export to zip file release.zip
  • Not include all files and folders from your .gitignore
  • Open root folder after running

Usage

  • Place the script in your root project directory
  • Run the command sh git_archiver.sh or sh git_archiver.sh true to initialize submodules
  • Get your archive as a release.zip file in the root directory

About

Shell script on MacOS to create a complete archive of a git repository with all submodules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages