git pull origin master
git add .
echo "Enter you commit here : "
read commit
git commit -m "$commit"
git push origin master