This file contains hidden or 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 | |
set -e | |
set -x | |
reponame=`basename $(pwd)` | |
echo "#######################################################################################" | |
echo "# Script to import all local branches from current repository (${reponame}) into pijul" | |
echo "# Will create a bunch of temp repos for import, so have sufficient disk space" | |
echo "#######################################################################################" |