Skip to content

Instantly share code, notes, and snippets.

@yehgdotnet
Created March 13, 2018 14:31
Show Gist options
  • Select an option

  • Save yehgdotnet/3870fb74e1589655da1ceda34cb0bb69 to your computer and use it in GitHub Desktop.

Select an option

Save yehgdotnet/3870fb74e1589655da1ceda34cb0bb69 to your computer and use it in GitHub Desktop.
git update all
git add -A
echo "Press enter to commit"
read varname
git commit --all -m "$1"
echo "Press enter to push"
read varname
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment