commit | 39ebc19dab3a2270708862b5dba9121141d3927d | [log] [tgz] |
---|---|---|
author | Eric Park <ideamaneric@gmail.com> | Fri Jan 17 07:16:04 2020 +0800 |
committer | Eric Park <ideamaneric@gmail.com> | Fri Jan 17 07:17:47 2020 +0800 |
tree | c2b9e4b027633104b66a633533f6dbf92f019439 | |
parent | f118012fabafbec05fe6333caed1e5bfd6c96e53 [diff] |
Add commit script Change-Id: I319a7423bac1a1109a66ea6aa3c509c1174ed2cd
diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..f28c69a --- /dev/null +++ b/commit.sh
@@ -0,0 +1,7 @@ +#!/bin/bash + +# Get current date +date=$(date '+%Y-%m-%d %H:%M:%S %z') + +git add . +git commit -m "$date"