This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# This script creates a bundle of git commits between START and END. | |
# It also tars the lfs files that changed in those commits. | |
# When you unbundle on the receiving side you should untar the LFS tar *before* | |
# running 'git pull' on the bundle file. | |
# Note that this is just an example script that doesn't do error checking, and | |
# also doesn't account for submodules, etc. YMMV | |
# Start and end commits of bundle |