#---------------Pushing-to-repo----------------- push (){ echo -e "Start Pushing To Repo:" git add . git commit -m "add new client= $userinput" git push echo -e "Done Pushing." } #-----------------End--Pushing------------------