#!/bin/bash cd /d/pyp/xtsj_jkfw2 current_date=$(date +%Y%m%d) git add . git commit -m "updated${current_date}_xk" git push origin master