extra-git
Version:
Common utility commands for Git repositories.
30 lines (15 loc) • 340 B
Plain Text
git-cp(1) -- Copy a file keeping its history
SYNOPSIS
git-cp <currentfilename> <destinationfilename>
DESCRIPTION
Copy a file keeping its git history. This allows merge conflict handling.
EXAMPLES
Copy README into README.txt
$ git cp README README.txt
AUTHOR
Written by Rémy Hubscher <>
REPORTING BUGS
<>
SEE ALSO
<>
<>