Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
eba1e652
Commit
eba1e652
authored
Sep 19, 2014
by
antirez
Browse files
03_release_hash.sh: fix commit stage.
parent
07bd5211
Changes
1
Show whitespace changes
Inline
Side-by-side
utils/releasetools/03_release_hash.sh
View file @
eba1e652
...
...
@@ -5,4 +5,4 @@ echo $ENTRY >> ~/hack/redis-hashes/README
cat
~/hack/redis-hashes/README
echo
"Press any key to commit, Ctrl-C to abort)."
read yes
(
cd
~/hack/redis-hashes
;
git commit
-m
'${1} hash.'
;
git push
)
(
cd
~/hack/redis-hashes
;
git commit
-a
-m
'${1} hash.'
;
git push
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment