Gitiles
Code Review
Sign In
review.blissroms.org
/
Documentation-release
/
39ebc19dab3a2270708862b5dba9121141d3927d
/
.
/
commit.sh
blob: f28c69a3edcf9594c1981e992b90421dd255811b [
file
] [
log
] [
blame
]
Eric Park
39ebc19
2020-01-17 07:16:04 +0800
[
diff
] [
blame^
]
1
#!/bin/bash
2
3
# Get current date
4
date
=
$
(
date
'+%Y-%m-%d %H:%M:%S %z'
)
5
6
git add
.
7
git commit
-
m
"$date"