Skip to content

Instantly share code, notes, and snippets.

@jgabrielfreitas
Created August 18, 2017 05:19
Show Gist options
  • Select an option

  • Save jgabrielfreitas/8812352e7997e3982dc7980ac7ca5dcc to your computer and use it in GitHub Desktop.

Select an option

Save jgabrielfreitas/8812352e7997e3982dc7980ac7ca5dcc to your computer and use it in GitHub Desktop.
shell script to git push and show a train
git add --all
git commit -m "$1"
git push -u origin master
echo "\n\n\n"
echo " ( ) (@@) ( ) (@) () @@ O @ O @"
echo " (@@@)"
echo " ( ) **********************"
echo " (@@@@) *** DEMO PUBLISHED ***"
echo " ( ) **********************"
echo " ==== ________ ___________"
echo " _D _| |_______/ \__I_I_____===__|_________|"
echo " |(_)--- | H\________/ | | =|___ ___| _________________"
echo " / | | H | | | | ||_| |_|| _| \___"
echo " | | | H |__--------------------| [___] | =|"
echo " | ________|___H__/__|_____/[][]~\_______| | -|"
echo " |/ | |-----------I_____I [][] [] D |=======|____|______________________"
echo " __/ =| o |=-~~\ /~~\ /~~\ /~~\ ____Y___________|__|________________________"
echo " |/-=|___|=O=====O=====O=====O |_____/~\___/ |_D__D__D_| |_D__D__D"
echo " \_/ \__/ \__/ \__/ \__/ \_/ \_/ \_/ \_/ \_/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment