Skip to content

Instantly share code, notes, and snippets.

View menemy's full-sized avatar

Maksim Nagaev menemy

  • Denti.AI
  • Toronto, Canada
View GitHub Profile
@menemy
menemy / split_repo.sh
Last active October 25, 2019 17:39
split_repo.sh script to automate git repo splitting
#!/bin/bash
if [ $# -eq 0 ]
then
echo "No arguments supplied, please use split_repo.sh FOLDER_NAME_TO_SAVE_AND_MOVE FROM_REPO TO_REPO"
exit 1
fi
set -x