Skip to content

williamstein/diffbundler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Utility script for managing git repositories stored in bundles


Copyright (C) 2013 R. Andrew Ohana

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

# usage:
#  $ diffbundler new repo bundle-dir  # creates a new bundle that includes the commits missing from b
undle-dir (NOTE: bundle-dir must not exist!)
#  $ diffbundler update repo bundle-dir # equivalent to new
#  $ diffbundler extract bundle-dir out-dir   # extracts the bundles into a repository in out-dir
#

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%