Skip to content

A git plugin that copies directories while maintaining file history

Notifications You must be signed in to change notification settings

ghas-results/git-copy-with-history-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-clone-with-history

A git plugin that will copy a directory to a new location with each files commit history.

Installation

git clone https://github.com/kwelch-eb/git-copy-with-history.git
make install

This will install the plugin into usr/local/bin which is git will pick up any plugins in path

Usage

git copy-with-history <source_path> <destination_path>

The paths can be absolute or relative.

Further Reading

  • How it works - Goes into the process of finding this solution

About

A git plugin that copies directories while maintaining file history

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 94.3%
  • Makefile 5.7%