This commit is contained in:
Marina Wahl 2014-06-24 21:03:21 -04:00
parent 664ecb7a41
commit 734eeb5eb2

6
shell_scripts/gi.sh Executable file
View file

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