Created
February 14, 2021 14:43
-
-
Save ironheart122/a5579698db56ae852b376676d26e4459 to your computer and use it in GitHub Desktop.
Revisions
-
ironheart122 created this gist
Feb 14, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ #!/bin/sh set -e REPOSITORY_NAME=$(basename `git rev-parse --show-toplevel`) BUNDLE_FILENAME=${REPOSITORY_NAME}_`date +%d-%m-%Y""%H%M_%S`.git.bundle git bundle create $BUNDLE_FILENAME develop master production