Skip to content

Instantly share code, notes, and snippets.

@uurtech
Created February 15, 2019 13:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uurtech/71e20636a2572a05141be8e6b24f5386 to your computer and use it in GitHub Desktop.
Save uurtech/71e20636a2572a05141be8e6b24f5386 to your computer and use it in GitHub Desktop.
gitter(){
git add $1
echo "Enter Your Git Commit";
read commitMessage
git commit -m "$commitMessage"
echo "Enter Your Branch"
read branch
git push -u origin $branch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment