From 664ecb7a4148dcbccf32c57165a5c3766c7b7fbf Mon Sep 17 00:00:00 2001 From: Marina Wahl Date: Tue, 24 Jun 2014 21:00:53 -0400 Subject: [PATCH] aaa --- gi.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 gi.sh diff --git a/gi.sh b/gi.sh new file mode 100755 index 0000000..3d3c6ce --- /dev/null +++ b/gi.sh @@ -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 \ No newline at end of file