Skip to content

laurentb/tmpclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tmpclone clones a source code repository temporarily.
The goal is to browse a repository quickly, without actually saving it.
It can also be useful to create a patch.

It is very fast as it uses /tmp (usually in tmpfs)
and does not fetch the whole history.
When you are done, the repository is removed.

Usage: tmpclone <repo URL> [<branch, tag or commit>]

For now, only git is supported.

About

mirror of git://git.p.engu.in/laurentb/tmpclone

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages