git linux上自动化打包发布脚本

#!/bin/bash HOME_DIR="/home/localadmin/" echo "git文件夹是"$HOME_DIR"dzy-all" if [ ! -d $HOME_DIR"dzy-all" ];#若是不是一个文件夹 then git config --global credential.helper store if [ $# -ne 1 ]; then
相关文章
相关标签/搜索