shell-whiz-toolkit/shell_scripts/gi.sh
Marina Wahl 734eeb5eb2 git
2014-06-24 21:03:21 -04:00

6 lines
No EOL
144 B
Bash
Executable file

#!/bin/bash
input_variable = 'test'
read -p "Commit message?" input_variable
git add -A
git commit -m "$input_variable"
git push origin master