Skip to content

A git subcommand to create point-in-time tree object imports from an external tree or repository

Notifications You must be signed in to change notification settings

computator/git-ext-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Installation

install -m 755 git-ext-tree.sh /usr/local/bin/git-ext-tree

Usage

usage: git ext-tree init [repository] <ref>
   or: git ext-tree sync [repository] <ref>

    git ext-tree creates point-in-time tree object imports from an
    external tree or repository.

    Commands:
    init	creates an inital import of a commit's tree object and merges
    		the new commit into the current branch
    sync	imports a commit's tree object onto the first ancestor commit
    		that has a common tree shared with the external tree and then
    		merges the new commit into the current branch

    -h, --help            show the help
    --no-edit             skip editing message before commit
    -q, --quiet           suppress unnecessary output
    -y, --yes             don't ask for confirmation before performing actions

About

A git subcommand to create point-in-time tree object imports from an external tree or repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages