This commit is contained in:
Marina Wahl 2014-06-24 21:00:53 -04:00
parent 4154e2032a
commit 664ecb7a41

6
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