How to quick save your code and upload to remote server in case of fire Git version Code fire.sh branch_name=`git config user.name` git add . git commit -m 'fire is coming' git checkout -b $branch_name git push origin $branch_name how to run bash ./fire.sh