Git Product home page Git Product logo

git-archive-with-submodules's Introduction

git-archive-with-submodules

git-archive-with-submodules - create tgz from git repository, including submodules

SYNOPSIS

git-archive-with-submodules [commit-ish]

If you define [commit-ish], the archive will be created based on whatever you define commit-ish to be. Banch names, commit hash, etc. are acceptable. Defaults to HEAD if not specified

OPTIONS

  • --include-changes
    • include staged and unstaged changes in the archive
    • NOTE: this flag makes sense only when archiving HEAD
  • -t | --tag
    • Indicates that the [commit-ish] argument is a tag that should
    • be passed to the submodules for use as well.
  • -o | --output-file <output_file>
    • write archive to <output_file>.
    • Defaults to directory name of this git repository with .tgz suffix
  • --prefix /
    • Prepend / to each filename in the archive.
  • -v | --verbose
    • be verbose

git-archive-with-submodules's People

Contributors

chrismaes87 avatar quanah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.